django1/django
Ramon Saraiva 2349cbd909 Fixed #29782 -- Added better error message when filtering queryset with AnonymousUser. 2018-09-26 15:36:19 -04:00
..
apps Removed unneeded list() calls in list.extend() argument. 2018-09-25 11:30:43 -04:00
bin Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." 2017-03-07 10:10:32 -05:00
conf Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
contrib Fixed #29782 -- Added better error message when filtering queryset with AnonymousUser. 2018-09-26 15:36:19 -04:00
core Fixed #29673 -- Reset the URLconf at the end of each request. 2018-09-26 15:35:24 -04:00
db Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the same name on Oracle 12.1. 2018-09-26 20:18:48 +02:00
dispatch Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
forms Refs #29689 -- Moved FilePathField choices sorting outside the loop. 2018-08-29 06:19:32 -04:00
http Normalized spelling of "lowercase" and "lowercased". 2018-09-25 10:30:18 -04:00
middleware Fixed #29728 -- Prevented session resaving if CSRF cookie is unchanged. 2018-09-08 11:46:13 -04:00
template Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
templatetags Replaced TOKEN_* constants by TokenType enums. 2018-05-10 17:51:51 +02:00
test Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
urls Fixed #29642 -- Added check for arguments of custom error handler views. 2018-09-14 11:59:56 -04:00
utils Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
views Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
__init__.py Bumped version; master is now 2.2 pre-alpha. 2018-05-17 09:37:06 -04:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Added missing word to render_to_response deprecation warning. 2018-05-16 10:06:36 +02:00