.. |
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
|
Added Kabyle language
|
2017-12-01 21:52:06 +01:00 |
contrib
|
Allowed indexes in contrib.postgres to have suffixes of any length.
|
2018-01-09 13:33:53 -05:00 |
core
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
db
|
Fixed #28859 -- Made Oracle backend raise DatabaseError if "no data found" exception is hidden by the Oracle OCI library.
|
2018-01-06 18:50:54 +01:00 |
dispatch
|
Fixed #28984 -- Made assorted code simplifications.
|
2018-01-03 13:24:02 -05:00 |
forms
|
Fixed #28882 -- Fixed cleaning of disabled MultiValueFields.
|
2018-01-05 15:49:54 -05:00 |
http
|
Fixed #28989 -- Fixed HttpResponse.delete_cookie() for cookies that use __Secure/Host prefixes.
|
2018-01-08 12:32:47 -05:00 |
middleware
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
template
|
Fixed #28930 -- Simplified code with any() and all().
|
2017-12-26 17:11:15 -05:00 |
templatetags
|
Fixed #28544 -- Made unlocalize template filter behave like {% localize off %} tag
|
2017-11-07 20:48:15 +01:00 |
test
|
Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.
|
2018-01-08 20:57:33 -05:00 |
urls
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
utils
|
Improved readability of utils.datetime_safe._findall().
|
2018-01-08 14:49:43 -05:00 |
views
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -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 #28776 -- Fixed a/an/and typos in docs and comments.
|
2017-11-06 22:41:03 -05:00 |