.. |
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 #30752 -- Allowed using ExceptionReporter subclasses in error reports.
|
2020-01-16 15:25:49 +01:00 |
contrib
|
Fixed #31162 -- Prevented error logs when using WKT strings in lookups.
|
2020-01-16 14:34:54 +01:00 |
core
|
Refs #23919 -- Removed obsolete comment in signing.py
|
2020-01-08 17:50:29 +01:00 |
db
|
Used constant instead of hard-coded value for recursive relationship.
|
2020-01-16 08:34:58 +01:00 |
dispatch
|
Capitalized "Python" in docs and comments.
|
2018-10-09 09:26:07 -04:00 |
forms
|
Fixed #31118 -- Made FileInput to avoid the required attribute when initial data exists.
|
2020-01-08 09:15:31 +01:00 |
http
|
Fixed #31114 -- Fixed HttpRequest.build_absolute_uri() crash with reverse_lazy() locations.
|
2019-12-27 09:19:56 +01:00 |
middleware
|
Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-Control directive.
|
2020-01-16 13:39:16 +01:00 |
template
|
Fixed #31128 -- Fixed TemplateSyntaxError in simple_tag() and inclusion_tag() for kwargs.
|
2020-01-02 10:44:07 +01:00 |
templatetags
|
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
|
2019-12-18 13:15:38 +01:00 |
test
|
Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.
|
2019-12-09 13:47:12 +01:00 |
urls
|
Fixed #31166 -- Used "raise from" when raising ImproperlyConfigured exceptions in django.urls.resolvers.
|
2020-01-17 11:44:22 +01:00 |
utils
|
Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.
|
2020-01-16 15:25:49 +01:00 |
views
|
Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.
|
2020-01-16 15:25:49 +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 |