0
0
mirror of https://github.com/django/django.git synced 2024-11-30 07:06:18 +01:00
django/django
2016-03-08 11:44:37 -05:00
..
apps
bin
conf Fixed #26033 -- Added Argon2 password hasher. 2016-03-08 11:22:18 -05:00
contrib Fixed #26033 -- Added Argon2 password hasher. 2016-03-08 11:22:18 -05:00
core Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set(). 2016-03-08 11:44:37 -05:00
db Refs #19527 -- Fixed SQL compiler regression causing Oracle failure. 2016-03-05 14:02:35 -05:00
dispatch
forms
http Fixed #26325 -- Made MultiPartParser ignore filenames that normalize to an empty string. 2016-03-07 13:19:39 -05:00
middleware Fixed #25971 -- Made BrokenLinkEmailsMiddleware ignore APPEND_SLASH redirects. 2016-03-08 09:21:42 -05:00
template
templatetags
test
urls Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns(). 2016-03-08 08:14:10 -05:00
utils Added safety to URL decoding in is_safe_url() on Python 2 2016-03-04 23:33:35 +01:00
views
__init__.py
__main__.py
shortcuts.py