0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/django
2016-02-02 10:22:59 -05:00
..
apps Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error. 2015-09-17 10:06:52 -04:00
bin
conf Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
contrib Fixed #24316 -- Made ModelAdmin.list_display callables use an appropriate CSS class name. 2016-02-02 10:22:59 -05:00
core Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting. 2016-02-01 13:51:38 -05:00
db Fixed #25354 -- Added class/app_label interpolation for related_query_name. 2016-01-28 11:10:47 -05:00
dispatch Corrected a few typos in Signal.send() docstring. 2016-01-12 08:27:02 -05:00
forms Fixed #26129 -- Made invalid forms display initial values of disabled fields. 2016-01-28 18:43:48 -05:00
http Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
middleware Fixed #26094 -- Fixed CSRF behind a proxy (settings.USE_X_FORWARDED_PORT=True). 2016-01-20 18:19:24 -05:00
template Fixed #25758 -- Defaulted to current language FORMATs in date/time filters 2016-01-30 17:04:47 +01: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 #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
urls Removed unnecessary imports. 2016-01-23 15:11:05 +01:00
utils Fixed #26122 -- Fixed copying a LazyObject 2016-01-26 06:56:21 -05:00
views Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
__init__.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00