Admin debugging delete

2015-12-16 Thread Mike Dewhirst
I'm having trouble debugging a failed child record Delete. That is the Delete [x] checkbox being ticked does not delete the child record. It is obviously something to do with my bad but I'm not sure where to start. Any hints? Thanks Mike -- You received this message because you are subscri

Django Fancy Cronfield 0.2.0 is now available

2015-12-16 Thread Saeed Salehian
Hello, The new version of django fancy cronfield (0.2.0) has just been released, which I'd like to share it with you. New Features - Gentle select UI for CronField is now supported by CronWidget - Option to use simple select input for cron parts - Ability to allow or disallow multiple s

Re: ajax POST request being sent as GET

2015-12-16 Thread Larry Martell
On Tue, Dec 15, 2015 at 11:05 PM, Simon Charette wrote: > Hi Larry, > > It's more of a JavaScript question but my first guess would be > you'd need to use the `type` option instead of `method` because > you are using an old version of jQuery? That was it. Thank you so much!! > Le mardi 15 décemb

Pessimistic concurrency control

2015-12-16 Thread Fabio C. Barrionuevo da Luz
Hi everyone! anyone know of any other alternative to https://github.com/RobCombs/django-locking , which implements "Pessimistic concurrency control" I need to avoid concurrent editing. while a user keep an open a editing window (UpdateView), I can not let another user edit the same object Thanks.

Re: Radio button

2015-12-16 Thread Billu
The question wasn't clear { to me }. Could you give any link to a similar site. As for sending data about which radio button was chosen, you could generate name for radio button and when the form is submitted, it sends the data via POST. On Wednesday, 16 December 2015 01:11:23 UTC+5:30, piase

Re: New on Django and applications

2015-12-16 Thread Gabriela Lavinia Gheghea
Hello Take a look here: https://codingforentrepreneurs.com/ there are some very interesting tutorials You can learn a lot of things from there. Have a nice day! On Wednesday, 16 December 2015 12:53:56 UTC+2, Baptiste Guillaud wrote: > > Hi ! > > I'm new on Django, I'm French and I study IT sinc

Re: New on Django and applications

2015-12-16 Thread Jani Tiainen
Hi, First reply provided you to a starting point - official Django tutorial. And considering that Django is web application framework you can build pretty much anything that you can imagine to work on web. On 16.12.2015 12:49, Baptiste Guillaud wrote: Hi ! I'm new on Django, I'm French and

Re: New on Django and applications

2015-12-16 Thread Michiel Overtoom
> On 2015-12-16, at 11:49, Baptiste Guillaud > wrote: > > I must learn this framework in a first time Try https://docs.djangoproject.com/en/1.9/intro/tutorial01/ Greetings, -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe fr

Custom Lookup: make it work with ForeignFields

2015-12-16 Thread MakersF
Hi, For my project I'm using PostgreSQL backend, which supports a really neat feature: value IN (columnA, columnB, columnC, ...) I need this feature to be able to query efficiently the DB (I can explain the reason, but I'm not sure it's relevant to this problem now). I wrote a basic implement

New on Django and applications

2015-12-16 Thread Baptiste Guillaud
Hi ! I'm new on Django, I'm French and I study IT since 5 years. In few years, it will a pleasure for me to contribute to Django but I must learn this framework in a first time What type of application can we make with Django ? Do we use all library of python ? Thanks for your response, see yo