1
0
mirror of https://github.com/django/django.git synced 2024-11-20 08:24:58 +00:00
django/django
Junyi Jiao a0b19a0f5b Refs #28643 -- Added math database functions.
Thanks Nick Pope for much review.
2018-07-05 11:02:12 -04:00
..
apps
bin
conf Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is accessed and not set." 2018-05-26 21:06:58 -04:00
contrib Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth." 2018-07-02 18:39:26 -04:00
core Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
db Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
dispatch
forms Fixed #29474 -- Simplified BaseInlineFormset.save_new(). 2018-06-07 21:14:19 -04:00
http Removed unused HttpRequest._post_parse_error attribute. 2018-06-07 18:51:33 -04:00
middleware
template Fixed #29432 -- Allowed passing an integer to the slice template filter. 2018-05-26 20:56:51 -04:00
templatetags
test Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
urls Fixed #29415 -- Fixed detection of custom URL converters in included patterns. 2018-05-26 20:13:48 -04:00
utils Fixed #29525 -- Allowed is_safe_url()'s allowed_hosts arg to be a string. 2018-06-29 10:17:52 -04:00
views Refs #28457 -- Tweaked colors/layout of the congrats page for readability. 2018-06-27 10:47:59 -04:00
__init__.py
__main__.py
shortcuts.py