1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/django
Florian Apolloner 2f73b527dd Fixed #23098 -- Checked that lazy choices are not evaluated too soon
Thanks Matthieu Agopian for the report.
2014-07-27 13:31:25 +02:00
..
apps Checked more precisely whether the app registry is ready. 2014-07-12 18:49:37 +02:00
bin
conf Fixed #22887 -- Added comment for translators on unique_for_date error message 2014-07-26 13:55:20 +02:00
contrib Fixed #22849 -- Added Session.__str__() 2014-07-24 21:33:51 +01:00
core Only warn about initial data if fixtures have been found. 2014-07-27 13:23:16 +02:00
db Fixed #23098 -- Checked that lazy choices are not evaluated too soon 2014-07-27 13:31:25 +02:00
dispatch
forms Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet. 2014-07-09 07:59:20 -04:00
http Added a space before explanation of "Invalid HTTP_HOST header: ..." 2014-07-05 20:18:52 -04:00
middleware Fixed #20128 -- Made CsrfViewMiddleware ignore IOError when reading POST data. 2014-06-25 07:08:16 -04:00
template Fixed #23060 -- Prevented UnicodeDecodeError in debug templatetag 2014-07-26 18:03:19 +02:00
templatetags
test Fixed #22873 -- Renamed use_debug_cursor to force_debug_cursor to clarify the behavior. 2014-07-26 10:38:46 -04:00
utils Fixed #23083 -- Fixed runserver reloading when deleting a file. 2014-07-25 13:23:52 -04:00
views Fixed code to solve #23070 problem 2014-07-26 12:35:51 +02:00
__init__.py
shortcuts.py