django1/django
Markus Holtermann bbbed99f62 Fixed #24123 -- Used all available migrations to generate the initial migration state
Thanks Collin Anderson for the input when creating the patch and Tim Graham for the review.
2015-01-12 18:39:18 +01:00
..
apps Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Fixed #23967 -- Added formats for Greek 2015-01-10 11:10:26 -05:00
contrib Made Django's templates get their own LANGUAGE_* variables. 2015-01-12 10:54:59 -05:00
core Fixed #9893 -- Allowed using a field's max_length in the Storage. 2015-01-12 09:09:18 -05:00
db Fixed #24123 -- Used all available migrations to generate the initial migration state 2015-01-12 18:39:18 +01:00
dispatch Added return value to Signal.disconnect(). 2015-01-02 12:00:41 -05:00
forms Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
http Closed files in FileResponse; refs #24072 2015-01-05 14:54:55 -05:00
middleware Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middleware 2015-01-06 08:42:58 +01:00
template Fixed #23913 -- Deprecated the `=` comparison in `if` template tag. 2015-01-11 15:21:01 -05:00
templatetags Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
test Fixed #24118 -- Added --debug-sql option for tests. 2015-01-12 08:16:08 +00:00
utils Fixed #24073 -- Returned None for get_language when translations are deactivated 2015-01-08 17:43:07 +01:00
views Fixed #24072 -- Added FileResponse for streaming binary files. 2015-01-05 10:51:52 -05:00
__init__.py Simplified get_version() in django/__init__.py 2014-11-24 07:02:29 -05:00
shortcuts.py Fixed #24097 -- Prevented AttributeError in redirect_to_login 2015-01-10 10:05:02 +01:00