django/django
Malcolm Tredinnick b3b8422363 Fixed #6445 -- Allow model instances to be used as a default for ForeignKeys
(via a callable). Also updates the documentation of the "default" attribute to
indicate a callable can be used. Thanks, Philipe Raoult.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-20 06:56:23 +00:00
..
bin
conf Fixed #5507 -- Use a more portable way to get at the system's tmpdir (fixes a 2008-03-20 06:43:58 +00:00
contrib Fixed #5507 -- Use a more portable way to get at the system's tmpdir (fixes a 2008-03-20 06:43:58 +00:00
core Fixed #6789 -- Added some small amount of extra protection for learners trying 2008-03-19 15:10:31 +00:00
db Fixed #6445 -- Allow model instances to be used as a default for ForeignKeys 2008-03-20 06:56:23 +00:00
dispatch
forms
http
middleware
newforms Fixed #4620: you can now easily add custom labels to ModelChoiceFields via subclassing. Thanks, PhiR. 2008-03-19 23:10:45 +00:00
oldforms
shortcuts
template
templatetags Fixed #4539 -- Fixed a subtle context resolving bug in the i18n template tag. 2008-03-17 14:55:30 +00:00
test Fixed #5982 -- Changed test client's URL processing to match core's (everything 2008-03-20 06:50:54 +00:00
utils Fixed #6687: added outlog/errlog options to runfcgi. Thanks, tamas. 2008-03-18 15:53:46 +00:00
views Fixed #5935 -- the 'It worked' page is now served with a 200 status code, not a 404. Thanks for bringing this up, Free Neuron 2008-03-18 22:21:04 +00:00
__init__.py