You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for Django developers. This group is used for discussion of developing Django itself, not user questions; Please use django-users for issues regarding using the framework, questions for the Django user community outreach, etc.
|
|
|
mogileFS for django
|
| |
(Posted this to users as well).
Proud to release a mini-howto and a little code of how to integrate
mogile with django.
[link]
|
|
implementing app specific default settings
|
| |
I would like to make Django support settings defaults for
applications. Ideally defaults would be loaded together with
global_settings, but of course that is impossible as INSTALLED_APPS
must first be configured. So my approach is to add a default setting
if settings doesn't already have the attribute.... more »
|
|
Forms and edition of an object : non-pythonic default behaviour
|
| |
When editing an object, I find it strange that untouched values are
set to blank.
Let's say I have a link object with a date_created field. When I use a
default LinkForm to edit my links, if I don't exclude the date_created
field, that field is set to blank if I don't use that field in my
template (am I clear enough ?)... more »
|
|
DjangoCon
|
| |
Well, since I can't make the conference I hope that everyone who *does* get there has a great time! regards Steve
|
|
New milestones for ticket triagers
|
| |
Hopefully the devs are taking a well-deserved break now as 1.0 is
out :)
Once back online, a bit of release planning + corresponding new
milestones in Trac would come in handy for ticket triagers to
categorize tickets.
I'd propose something in the lines of the following (and I'd really
prefer no flames this time, this is just a proposal and the intent is... more »
|
|
Mentoring students
|
| |
Hi,
My name is Chris De Vries and I am involved with the IEEE student
branch at the Queensland University of Technology in Brisbane,
Australia [1]. I am organizing a program that encourages students to
become involved with open source. I am looking for projects that are
interested in taking on students. The branch will be running an... more »
|
|
Recursive inlines in admin?
|
| |
Hi folks,
I definitely remember this subject coming up before (possibly as far
back as magic-removal, even) but I'm either misremembering, or not
using the right search terms. Pointers to previous discussions/tickets
would be welcome.
I'm imagining the ability to have recursive inline editing: e.g. in a... more »
|
|
Bug?: blank=True does not work on models.datefield
|
| |
Hi all, I found out that with "manage.py sql myapp" the generated sql for a date field still ends up with "NOT NULL" as a suffix. Removing this suffix from the mysql command makes Django properly handle the model and form behaviour (when the field is allowed to be something other then 'NULL'). De proper handling is in combination with modelforms btw, and i've tested this on the latest svn checkout.... more »
|
|
ANNOUNCE: Django 1.0 released
|
| |
The Django team is pleased to announce the release of Django 1.0 this evening: Download: [link] Release notes: [link] Have fun with it, and we'll see you in a few days for DjangoCon.
|
|
|