RE Composite fields-/ Multi Primary / Foreign keys

2015-02-23 Thread Aron Podrigal
Hi, I just came across a project that requires this functionality of multi primary/foreign keys. So I'm bumping up this thread again. The

Re: django model imorting

2015-02-23 Thread Aaron C. de Bruyn
You might want to try the django-users mailing list ( https://groups.google.com/forum/#!forum/django-users). This list is for developers working on writing Django itself. -A On Mon, Feb 23, 2015 at 8:41 PM, Midhun Sudhakar wrote: > error importing model from one app to another app in django

django model imorting

2015-02-23 Thread Midhun Sudhakar
error importing model from one app to another app in django shows : i have two models called app and data . from django import forms import re from django.core.exceptions import ObjectDoesNotExist from django.forms import ModelForm from data.models import * #error comes here class Sign

Interested in GSoC idea "Replace Form Media Class"

2015-02-23 Thread Varun Sharma
Hi everyone, I've been pondering over the django codebase and GSoC ideas for some time now. I find the idea of replacing Media class really interesting. As mentioned in the ticket #22298 discussion, it will be really usefull to replace the Media class

Re: status of 1.8 release blockers

2015-02-23 Thread Tim Graham
Previous two issues have been fixed, and now we have two new issues: #24391 UUIDField with default=uuid4 triggers validation on otherwise empty inline formsets #24395

Re: GSOC 2015 project ideas suggestion

2015-02-23 Thread Russell Keith-Magee
Hi Asif, The "Best Practices" project requires a bit of investigation on your part. The project description gives one suggestion (expanding the use of Class-based views), but essentially, pick any feature that has been added in the last 5 years, and see if Django is making good use of that feature