django/django
Tim Graham 19f1321fa4 Removed unused loop in Query.change_aliases().
Unknown if it was ever used.
2016-10-24 11:27:41 -04:00
..
apps Fixed #26616 -- Improved error message when AppConfig.name is invalid. 2016-06-02 10:37:00 -04:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddleware. 2016-10-10 14:55:59 -04:00
contrib Added MySQLOperations.geom_func_prefix to simplify. 2016-10-24 11:12:47 -04:00
core Fixed #27368 -- Modifed BaseEmailBackend.__enter__() to close the connection if an exception occurs. 2016-10-21 05:59:07 -07:00
db Removed unused loop in Query.change_aliases(). 2016-10-24 11:27:41 -04:00
dispatch Fixed #13080 -- Corrected accepted values of sender parameter in Signal.connect() docstring. 2016-05-30 08:17:42 -04:00
forms Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple. 2016-09-30 14:49:50 -04:00
http Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
middleware Fixed #27344 -- Made ConditionalGetMiddleware only process GET requests. 2016-10-17 16:11:53 -04:00
template Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 2016-09-17 15:44:06 -04:00
templatetags Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
test Fixed #27301 -- Prevented exceptions that fail unpickling from crashing the parallel test runner. 2016-10-06 15:54:38 -04:00
urls Fixed #27262 -- Moved URL checks to resolver and pattern classes. 2016-10-05 15:34:26 -04:00
utils Removed note about obsolete Python version 2016-10-20 16:39:14 +02:00
views Fixed #27374 -- Made JavaScriptCatalog respect the packages argument. 2016-10-22 19:26:08 -04:00
__init__.py Bumped version; master is now 1.11 pre-alpha. 2016-05-19 22:20:21 -04:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcuts 2016-03-29 21:34:20 +02:00