django1/django
Malcolm Tredinnick 9b52f35f35 Added "svn:eol-style native" to every text file in the tree (*.txt, *.html,
*.py, *.xml and AUTHORS, etc). Added "svn:ignore *.pyc" to some directories in
tests/regressiontests/ that were previously missing it.

Fixed #6545, #6801.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-18 14:54:39 +00:00
..
bin Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and removed some code that was checking for its existance in settings before accessing it. 2007-11-19 05:59:58 +00:00
conf Changed the project-id string to "Django" throughout the translation files (we 2008-03-17 18:23:00 +00:00
contrib Added "svn:eol-style native" to every text file in the tree (*.txt, *.html, 2008-03-18 14:54:39 +00:00
core Fixed #5574 -- Serialize a FileField using its filename from the database, not 2008-03-18 14:35:05 +00:00
db Fixed #6641 -- If we lose a race when creating a new object in get_or_create, 2008-03-18 14:08:40 +00:00
dispatch Fixed #5664 -- Added a Jython workaround for some assumptions in the signal 2007-10-21 18:26:24 +00:00
forms Changed django.forms to remove duplicate code and import from django.oldforms instead 2006-12-22 01:44:34 +00:00
http Fixed #6764 -- Added some error checking around cookie decoding. Thanks, 2008-03-17 13:49:04 +00:00
middleware Fixed #6480 -- Added application/pdf the list of content types we don't compress when sending to Internet Explorer. Thanks, Bastien Kleineidam. 2008-02-04 01:40:53 +00:00
newforms Fixed #6230: Fixed the addition of id values to the select widgets in 2008-03-18 14:20:43 +00:00
oldforms Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
shortcuts Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exception, rather than an assertion error. Thanks, Gary Wilson and cheeming. 2007-12-02 18:21:07 +00:00
template Fixed #5884 -- Added better display error handling for template variables. 2008-03-17 14:21:09 +00:00
templatetags Fixed #4539 -- Fixed a subtle context resolving bug in the i18n template tag. 2008-03-17 14:55:30 +00:00
test Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). 2008-02-19 00:08:08 +00:00
utils Fixed #6175 -- Use os._exit() instead of sys.exit() in child processes. Based 2008-03-18 14:08:56 +00:00
views Fixed #6494 -- Factored out the HTML debug output into a method of its own for 2008-03-18 14:34:48 +00:00
__init__.py Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge 2007-08-21 03:08:02 +00:00