django1/django
Jaap Roes 9a2aca6030 Fixed #25743 -- Optimized utils.localize() and localize_input()
Bail early if the input is a string since that's the most common case.
2015-11-12 13:24:53 -05:00
..
apps Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error. 2015-09-17 10:06:52 -04:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Updated translation catalogs 2015-10-09 18:02:47 +02:00
contrib Fixed #25688 -- Made admin.register() disallow an empty list of models. 2015-11-12 09:54:43 -05:00
core Fixed #25668 -- Misc spelling errors 2015-11-03 11:58:13 +02:00
db Fixed #25723 -- Made related field checks lookup against their local apps. 2015-11-11 19:33:54 -05:00
dispatch Moved and updated Python license. 2015-09-28 09:53:37 -04:00
forms Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers. 2015-11-09 12:42:36 -05:00
http Fixed #25576 -- Added IOBase methods required by TextIOWrapper to HttpResponse. 2015-10-21 10:42:29 -04:00
middleware Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
template Simplified dict initialization in two places. 2015-11-07 21:46:46 +01:00
templatetags Refs #22306 -- Removed cycle/firstof template tags from "future". 2015-09-23 19:31:09 -04:00
test Fixed #25170 -- Made assertXMLEqual()/assertXMLNotEqual() ignore leading and trailing whitespace. 2015-11-09 15:53:30 -05:00
utils Fixed #25743 -- Optimized utils.localize() and localize_input() 2015-11-12 13:24:53 -05:00
views Fixed #25548 -- Prevented FormView.form_invalid() from discarding its form argument. 2015-11-11 13:28:34 -05:00
__init__.py Fixed #16734 -- Set script prefix even outside of requests 2015-10-29 20:12:38 +01:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Removed dictionary and context_instance parameters for render functions. 2015-09-23 19:31:11 -04:00