django1/django
Chris Jerdonek fdc936c913 Fixed -- Made method_decorator(list) copy attributes. 2018-04-16 13:38:37 -04:00
..
apps Refs -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
bin Reverted "Fixed , refs -- Used python3 shebangs." 2017-03-07 10:10:32 -05:00
conf Fixed -- Added support for the SameSite cookie flag. 2018-04-13 20:58:31 -04:00
contrib Fixed -- Increased the number of common passwords from 1k to 20k. 2018-04-16 11:01:47 -04:00
core Fixed -- Made management command --help display command-specific arguments before common arguments. 2018-04-11 13:52:20 -04:00
db Fixed -- Fixed crash when pickling BaseExpression. 2018-04-16 10:15:13 -04:00
dispatch Fixed -- Made assorted code simplifications. 2018-01-03 13:24:02 -05:00
forms Fixed -- Made ImageField render with accept="image/*"' HTML attribute. 2018-04-04 13:16:03 -04:00
http Fixed -- Added support for the SameSite cookie flag. 2018-04-13 20:58:31 -04:00
middleware Fixed -- Added support for the SameSite cookie flag. 2018-04-13 20:58:31 -04:00
template Fixed -- Made {% widthratio %} assign to as var if an exception occurs. 2018-04-04 14:03:16 -04:00
templatetags Refs -- Removed "This will" prefix from djanog/templatetags/i18n.py docstrings. 2018-03-21 08:08:40 -04:00
test Fixed -- Made assertFormError() output "(actual errors: none)" instead of "(actual errors: )". 2018-03-31 18:35:45 -04:00
urls Fixed -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
utils Fixed -- Made method_decorator(list) copy attributes. 2018-04-16 13:38:37 -04:00
views Fixed -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
__init__.py Bumped version; master is now 2.1 pre-alpha. 2017-09-22 12:51:17 -04:00
__main__.py Fixed -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed -- Prevented get_object/list_or_404() from hiding AttributeError raised by QuerySet filtering. 2018-02-19 10:51:15 -05:00