.. |
apps
|
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
|
2017-06-01 19:08:59 -04:00 |
bin
|
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
|
2017-03-07 10:10:32 -05:00 |
conf
|
Changed es_MX's THOUSAND_SEPARATOR to a comma.
|
2018-03-12 22:07:54 -04:00 |
contrib
|
Fixed #29270 -- Fixed UserChangeForm crash if password field is excluded.
|
2018-03-29 15:25:54 -04:00 |
core
|
Removed unused regexes in django.core.management.templates.
|
2018-04-02 07:32:24 -04:00 |
db
|
Fixed #29245 -- Made autodetector treat field renames + db_column addition as RenameField.
|
2018-03-28 12:43:43 -04:00 |
dispatch
|
Fixed #28984 -- Made assorted code simplifications.
|
2018-01-03 13:24:02 -05:00 |
forms
|
Fixed #29279 -- Added renderer argument to ModelForm.
|
2018-03-31 20:45:59 -04:00 |
http
|
Refs #27795 -- Replaced force_bytes() usage in django.http.
|
2018-02-07 14:28:15 -05:00 |
middleware
|
Fixed hanging indentation in various code.
|
2018-03-16 10:54:34 +01:00 |
template
|
Removed unnecessary variable in Lexer.create_token().
|
2018-03-24 19:10:56 -04:00 |
templatetags
|
Refs #27656 -- Removed "This will" prefix from djanog/templatetags/i18n.py docstrings.
|
2018-03-21 08:08:40 -04:00 |
test
|
Fixed #29275 -- Made assertFormError() output "(actual errors: none)" instead of "(actual errors: )".
|
2018-03-31 18:35:45 -04:00 |
urls
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
utils
|
Used datetime.timezone.utc instead of pytz.utc for better performance.
|
2018-03-20 15:24:16 -04:00 |
views
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |
__init__.py
|
Bumped version; master is now 2.1 pre-alpha.
|
2017-09-22 12:51:17 -04:00 |
__main__.py
|
Fixed #24857 -- Added "python -m django" entry point.
|
2015-09-07 19:54:32 -04:00 |
shortcuts.py
|
Fixed #29135 -- Prevented get_object/list_or_404() from hiding AttributeError raised by QuerySet filtering.
|
2018-02-19 10:51:15 -05:00 |