django/django
Simon Charette bc7e288ca9 Fixed #29745 -- Based Expression equality on detailed initialization signature.
The old implementation considered objects initialized with an equivalent
signature different if some arguments were provided positionally instead of
as keyword arguments.

Refs #11964, #26167.
2018-10-02 19:15:20 -04:00
..
apps Refs #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04:00
bin
conf Updated translations from Transifex 2018-09-29 17:11:49 +02:00
contrib Simplified contrib.admin.utils.unquote(). 2018-10-02 15:42:56 -04:00
core Refs #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04:00
db Fixed #29745 -- Based Expression equality on detailed initialization signature. 2018-10-02 19:15:20 -04:00
dispatch
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 #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04:00
templatetags
test Refs #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04:00
urls Fixed #29642 -- Added check for arguments of custom error handler views. 2018-09-14 11:59:56 -04:00
utils Refs #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04: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
shortcuts.py