1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/django
Iacopo Spalletti d693074d43 Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
Thanks to bmispelon and uruz for the initial patch.
2015-12-12 14:46:48 -05:00
..
apps
bin
conf Fixed #25909 -- Added unicode_literals import to apps.py generated by startapp. 2015-12-12 09:34:01 -05:00
contrib Fixed #25926 -- Removed gis.utils.ogrinfo.sample backwards compatibility alias. 2015-12-12 12:00:24 -05:00
core Fixed #25637 -- Added URLValidator hostname length validation. 2015-12-08 15:46:45 -05:00
db Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when using AlterField. 2015-12-10 16:12:51 -05:00
dispatch Moved and updated Python license. 2015-09-28 09:53:37 -04:00
forms Fixed #21221 -- Made form Media and static template tag use staticfiles if installed. 2015-12-10 14:30:19 -05:00
http Fixed #25644 -- Fixed reset cookie expiry date bug. 2015-11-18 07:47:40 -05:00
middleware Fixed #25900 -- Fixed regression in CommonMiddleware ETag support. 2015-12-10 13:51:07 -05:00
template Fixed #25825 -- Implemented __ne__() for template Origin 2015-12-03 15:59:34 -05:00
templatetags Fixed #21221 -- Made form Media and static template tag use staticfiles if installed. 2015-12-10 14:30:19 -05:00
test Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
utils Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy(). 2015-12-12 14:46:48 -05:00
views Removed blank line to appease isort. 2015-11-17 19:01:06 -05:00
__init__.py Fixed #16734 -- Set script prefix even outside of requests 2015-10-29 20:12:38 +01:00
__main__.py
shortcuts.py Removed dictionary and context_instance parameters for render functions. 2015-09-23 19:31:11 -04:00