django/django
Russell Keith-Magee b9a20d1e3b Fixed #15371 -- Ensure that a superuser created with the createsuperuser management command with --noinput has an invalid password, not a blank password. Thanks to yishaibeeri for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-22 11:33:04 +00:00
..
bin Fixed #14419 -- Enhanced the help text of the makemessages management command. Thanks lsaffre for the report and suggestions and gruszczy for the patch. 2011-01-25 01:39:39 +00:00
conf Fixed #15314 -- Added tests for the static URL pattern function added in r15530 and made sure the **kwargs are passed to the view correctly. Thanks for the report and initial patch, Bruno Renié. 2011-02-16 12:50:57 +00:00
contrib Fixed #15371 -- Ensure that a superuser created with the createsuperuser management command with --noinput has an invalid password, not a blank password. Thanks to yishaibeeri for the report and patch. 2011-02-22 11:33:04 +00:00
core Fixed #15359 -- Ensure that the -h option is always honored by django-admin.py. Thanks to teubank for the report. 2011-02-21 13:45:57 +00:00
db Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate options in formfield 2011-02-21 14:03:59 +00:00
dispatch
forms Fixed #15349 - Bound FormSet produces bound empty_form 2011-02-21 15:43:42 +00:00
http Fixed #13007 -- Made cookie parsing resilent to the presence of cookies with invalid characters in their names. Thanks Warlax for the report, Ubercore for his work on a fix and Jannis and Luke for review and guidance. 2011-02-13 02:24:05 +00:00
middleware Corrected logging call in CSRF middleware 2011-02-21 23:00:44 +00:00
shortcuts
template Fix broken tests due to changes in r15591 by updating the test store_rendered_templates signal handler. 2011-02-21 10:12:23 +00:00
templatetags
test Fix broken tests due to changes in r15591 by updating the test store_rendered_templates signal handler. 2011-02-21 10:12:23 +00:00
utils Fixed #15369 -- Added missing import in _os module. Thanks, jonash. 2011-02-21 14:16:29 +00:00
views Fixed #15247 -- Ensured that if a SingleObject view defines get_object but not get_queryset, the ModelFormMixin doesn't fail. Thanks to Sergey N. Belinsky for the report and test case. 2011-02-15 08:12:29 +00:00
__init__.py