django1/django
Nick Mavrakis fb55247d59 [1.11.x] Fixed #27743 -- Prevented admin's "+" button icon from overlapping its label.
Backport of e5c2e43cc8 from master
2017-01-23 19:25:02 -05:00
..
apps Refs #26207 -- 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 [1.11.x] Updated translation catalogs 2017-01-19 17:07:17 +01:00
contrib [1.11.x] Fixed #27743 -- Prevented admin's "+" button icon from overlapping its label. 2017-01-23 19:25:02 -05:00
core Fixed #27666 -- Delayed rendering of recursivly related models in migration operations. 2017-01-17 08:12:52 -05:00
db [1.11.x] Fixed spelling mistakes in code and comments. 2017-01-19 08:20:15 -05:00
dispatch Fixed #27513 -- Made Signal.send()/send_robust() a tiny bit faster. 2016-11-22 09:30:14 -05:00
forms [1.11.x] Replaced dict() usage with dict literals. 2017-01-23 19:14:43 -05:00
http Fixed #27640 -- Fixed HttpResponse's __repr__() without a 'Content-Type' header. 2016-12-27 14:42:58 -05:00
middleware Refs #16859 -- Allowed storing CSRF tokens in sessions. 2016-11-30 08:57:27 -05:00
template Fixed #26478 -- Made {% for %} reject invalid unpacking vars with quotes or vertical bars. 2016-12-30 09:22:40 -05:00
templatetags Refs #25484 -- Made non-staticfiles {% static %} tag quote its output. 2016-12-19 16:18:06 -05:00
test [1.11.x] Replaced dict() usage with dict literals. 2017-01-23 19:14:43 -05:00
urls Fixed #27713 -- Clarified NoReverseMatch error message when no view is found. 2017-01-11 21:40:18 -05:00
utils [1.11.x] Fixed django/utils/http.py comment typo. 2017-01-19 13:22:36 -05:00
views Fixed #27258 -- Prohibited django.Template.render() with non-dict context. 2016-12-28 16:03:20 -05:00
__init__.py [1.11.x] Bumped version to 1.11a1. 2017-01-17 19:31:46 -05:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcuts 2016-03-29 21:34:20 +02:00