django1/django
Mariusz Felisiak ac29fec111
Removed unused function argument from Window.as_sql().
Unused since its introduction in d549b88050.
2018-08-20 22:16:27 +02:00
..
apps Fixed #17379 -- Removed management commands deactivation of the locale. 2018-05-13 10:21:53 +02:00
bin Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." 2017-03-07 10:10:32 -05:00
conf Updated core translations from Transifex 2018-08-01 09:23:55 -04:00
contrib Fixed #29682 -- Fixed admin change form crash if a view-only model's form has an extra field. 2018-08-20 11:14:20 -04:00
core Fixed #29236 -- Fixed diffsettings crash if using settings.configure(). 2018-08-20 12:59:27 -04:00
db Removed unused function argument from Window.as_sql(). 2018-08-20 22:16:27 +02:00
dispatch Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
forms Refs #29426 -- Made UUIDField render values with dashes. 2018-08-18 08:20:21 -04:00
http Fixed #29627 -- Fixed QueryDict.urlencode() crash with non-string values. 2018-08-02 21:56:26 -04:00
middleware Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware. 2018-08-01 09:28:42 -04:00
template Fixed typos in comments and docs. 2018-08-01 16:09:22 -04:00
templatetags Replaced TOKEN_* constants by TokenType enums. 2018-05-10 17:51:51 +02:00
test Fixed #29024 -- Made TestContextDecorator call disable() if setUp() raises an exception. 2018-08-17 16:30:27 -04:00
urls Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware. 2018-08-01 09:28:42 -04:00
utils Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and lists. 2018-08-08 08:51:20 +02:00
views Refs #28457 -- Tweaked colors/layout of the congrats page for readability. 2018-06-27 10:47:59 -04: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