Re: Custom ForeignKey which does not require referential integrity?

2012-05-27 Thread Karen Tracey
Please do not crosspost to both django-users and django-developers. Pick the right list and post there. This seems to be more appropriate for discussion on django-users than here. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To po

Custom ForeignKey which does not require referential integrity?

2012-05-27 Thread diabeteman
Hello everyone, I recently posted a question on stackoverflow.com http://stackoverflow.com/questions/10623854/django-soft-foreignfield-without-database-integrity-checks *I have a Django project that has multiple django "apps". One of them has > models to represent data coming from an external s

RFC: More class based views, take two

2012-05-27 Thread Iván Raskovsky
The generic class based views were introduced in 1.3, since then they haven't seen much love. I feel the most wanted missing views are the formsets related ones (specially the inline_formsets related ones). I've written to the list some months ago[0] with no reply. Luckily I'll get more traction t

Re: Customizable Serialization check-in

2012-05-27 Thread Anssi Kääriäinen
On May 27, 7:37 pm, Piotr Grabowski wrote: > Hi, > > This week I started coding my project. It' available on branch > soc2012-serialization onhttps://github.com/grapo/django. > > I'm not very familiar with git so I'm not suer that I do it right: > * I forked django repo from github > * clone it to

Re: Python 3 port - now available on GitHub

2012-05-27 Thread Kok Hoor Chew
Hi Vinay / anyone interested in the Python 3 port, I am a real newbie, so I seek forgiveness if what I did is stupid, but as I wanted to test out Vinay Sajip's django3 from git based on an existing project, I tried to install psycopg2 (Is this wise?) I found following error when trying to br

Re: Customizable Serialization check-in

2012-05-27 Thread Piotr Grabowski
Hi, This week I started coding my project. It' available on branch soc2012-serialization on https://github.com/grapo/django. I'm not very familiar with git so I'm not suer that I do it right: * I forked django repo from github * clone it to my computer * create new branch soc2012 * work in thi