django1/django
Jon Dufresne b7d05b2e5a Refs #23919 -- Used yield from in inspectdb. 2019-12-12 10:51:46 +01:00
..
apps Fixed #30159 -- Removed unneeded use of OrderedDict. 2019-02-06 13:48:39 -05:00
bin Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. 2019-12-06 12:11:44 +01:00
conf Fixed #31066 -- Added a docstring to main() function in manage.py template. 2019-12-09 07:54:51 +01:00
contrib Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. 2019-12-11 09:49:54 +01:00
core Refs #23919 -- Used yield from in inspectdb. 2019-12-12 10:51:46 +01:00
db Refs #28373 -- Stopped setting tzinfo in typecast_timestamp(). 2019-12-11 13:59:49 +01:00
dispatch Capitalized "Python" in docs and comments. 2018-10-09 09:26:07 -04:00
forms Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. 2019-12-11 09:49:54 +01:00
http Fixed #31010 -- Allowed subdomains of localhost in the Host header by default when DEBUG=True. 2019-12-05 09:44:45 +01:00
middleware Fixed #30899 -- Lazily compiled import time regular expressions. 2019-10-29 09:22:26 +01:00
template Used Signature API instead of deprecated inspect.getcallargs(). 2019-12-10 09:36:34 +01:00
templatetags Replaced loop with dictionary comprehension. 2018-12-19 17:31:48 -06:00
test Fixed #27430 -- Added -b/--buffer option to DiscoverRunner. 2019-12-09 13:47:12 +01:00
urls Fixed #31061 -- Ignored positional args in django.urls.resolve() when all optional named parameters are missing. 2019-12-06 09:32:51 +01:00
utils Fixed outdated import in django/utils/safestring.py. 2019-12-06 09:31:33 +01:00
views Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. 2019-12-11 09:49:54 +01:00
__init__.py Bumped version; master is now 3.1 pre-alpha. 2019-09-10 11:54:25 +02:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline. 2019-01-17 10:50:25 -05:00