django1/django
elky fdb2309604 Refs -- Replaced PNGs with SVGs 2017-01-02 19:45:58 +01:00
..
apps Refs -- Removed obsolete comments about deferred model classes. 2016-11-20 18:22:13 -05:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Fixed -- Added Ukrainian locale formats. 2016-12-29 07:31:32 -05:00
contrib Refs -- Replaced PNGs with SVGs 2017-01-02 19:45:58 +01:00
core Fixed -- Fixed runserver autoreload when using staticfile's options. 2017-01-02 08:57:50 -05:00
db Refs -- Simplified params dict creation for Oracle () 2017-01-01 12:39:03 +11:00
dispatch Fixed -- Made Signal.send()/send_robust() a tiny bit faster. 2016-11-22 09:30:14 -05:00
forms Fixed -- Prevented Select widget from using 'required' with a non-empty first value. 2016-12-28 10:45:22 -05:00
http Fixed -- Fixed HttpResponse's __repr__() without a 'Content-Type' header. 2016-12-27 14:42:58 -05:00
middleware Refs -- Allowed storing CSRF tokens in sessions. 2016-11-30 08:57:27 -05:00
template Fixed -- Made {% for %} reject invalid unpacking vars with quotes or vertical bars. 2016-12-30 09:22:40 -05:00
templatetags Refs -- Made non-staticfiles {% static %} tag quote its output. 2016-12-19 16:18:06 -05:00
test Fixed -- Made DiscoverRunner run system checks. 2016-12-29 12:33:24 -05:00
urls Fixed -- Avoided unnecessary recompilation of non-translated URL regexes. 2016-11-14 18:58:23 -05:00
utils Refs -- Fixed timesince, timeuntil on New Year's Eve in a leap year. 2017-01-02 08:40:44 -05:00
views Fixed -- Prohibited django.Template.render() with non-dict context. 2016-12-28 16:03:20 -05:00
__init__.py Bumped version; master is now 1.11 pre-alpha. 2016-05-19 22:20:21 -04:00
__main__.py Fixed -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed -- Relaxed hard-type checking in get_object/list_or_404 shortcuts 2016-03-29 21:34:20 +02:00