django1/django/core
Claude Paroz d5a273eadb [1.7.x] Fixed #23583 -- More selectively ignored static/media roots
Fixed a regression introduced by 28efafa24c.
Thanks Michal Čihař for the report and initial patch, and
Collin Anderson and Tim Graham for the reviews.
Backport of 8b4cc9df9c from master.
2014-10-21 20:20:26 +02:00
..
cache [1.7.x] Fixed #22845 -- Correctly handled memcached default timeout value. 2014-06-16 16:35:24 -04:00
checks [1.7.x] Fixed #23615 -- Validate that a Model instance's "check" attribute is a method. 2014-10-17 00:36:43 +07:00
files [1.7.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names. 2014-08-20 14:42:48 -04:00
handlers [1.7.x] Fixed #23638 -- Prevented crash while parsing invalid cookie content 2014-10-13 17:39:23 +02:00
mail [1.7.x] Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend as per RFC. 2014-10-12 22:03:01 +02:00
management [1.7.x] Fixed #23583 -- More selectively ignored static/media roots 2014-10-21 20:20:26 +02:00
serializers [1.7.x] Fixed several typos in Django 2014-05-29 07:53:02 -04:00
servers [1.7.x] Fixed several typos in Django 2014-05-29 07:53:02 -04:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
context_processors.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
exceptions.py [1.7.x] Fixed #22915 -- Document backward incompatible changes in the ValidationError constructor. 2014-07-04 17:19:12 +07:00
paginator.py [1.7.x] Ensured that Paginator.page_range works the same on Python 2 and 3. 2014-08-03 21:11:32 +02:00
signals.py Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +00:00
signing.py [1.7.x] Corrected many style guide violations that the newest version of flake8 catches 2014-04-21 07:50:43 -04:00
urlresolvers.py [1.7.x] Fixed #23601 -- Ensured view exists in URLconf before importing it in admindocs. 2014-10-06 13:44:01 -04:00
validators.py [1.7.x] Fixed #22579 -- Corrected validation for email to reject trailing slash 2014-05-16 15:19:21 +02:00
wsgi.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00