<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/settings.txt, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2008-08-23T22:25:40Z</updated>
<entry>
<title>Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.</title>
<updated>2008-08-23T22:25:40Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-08-23T22:25:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=97cb07c3a10ff0e584a260a7ee1001614691eb1d'/>
<id>urn:sha1:97cb07c3a10ff0e584a260a7ee1001614691eb1d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8267: Corrected documentation for default value of DEFAULT_FILE_STORAGE setting</title>
<updated>2008-08-16T14:35:17Z</updated>
<author>
<name>James Bennett</name>
<email>ubernostrum@gmail.com</email>
</author>
<published>2008-08-16T14:35:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=df284da44f9f4d1f7e225a4ffa5b3a0c2efdec02'/>
<id>urn:sha1:df284da44f9f4d1f7e225a4ffa5b3a0c2efdec02</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8408 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8262: Corrected typo in docs/settings.txt</title>
<updated>2008-08-15T11:53:20Z</updated>
<author>
<name>James Bennett</name>
<email>ubernostrum@gmail.com</email>
</author>
<published>2008-08-15T11:53:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=188f131813d9ac37600d6b10804428ca1005290b'/>
<id>urn:sha1:188f131813d9ac37600d6b10804428ca1005290b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>File storage refactoring, adding far more flexibility to Django's file handling. The new files.txt document has details of the new features.</title>
<updated>2008-08-08T20:59:02Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-08-08T20:59:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7899568e01fc9c68afe995fa71de915dd9fcdd76'/>
<id>urn:sha1:7899568e01fc9c68afe995fa71de915dd9fcdd76</id>
<content type='text'>
This is a backwards-incompatible change; consult BackwardsIncompatibleChanges for details.

Fixes #3567, #3621, #4345, #5361, #5655, #7415.

Many thanks to Marty Alchin who did the vast majority of this work.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>A couple of small typo fixes in the settings docs. Fixed #8032.</title>
<updated>2008-07-30T03:19:31Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-30T03:19:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ea45a932d3f438a9f2ce6f59c545b299e425d5e6'/>
<id>urn:sha1:ea45a932d3f438a9f2ce6f59c545b299e425d5e6</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8147 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or</title>
<updated>2008-07-21T07:57:10Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-21T07:57:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bfcecbffd37a68b5fffe81954c17aedeacb1ba22'/>
<id>urn:sha1:bfcecbffd37a68b5fffe81954c17aedeacb1ba22</id>
<content type='text'>
equivalents). Basically, URL resolving will only use the PATH_INFO and the
SCRIPT_NAME will be prepended by reverse() automatically. Allows for more
portable development and installation. Also exposes SCRIPT_NAME in the
HttpRequest instance.

There are a number of cases where things don't work completely transparently,
so mod_python and fastcgi users should read the relevant docs.

Fixed #285, #1516, #3414.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8015 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Refs #6086 -- Changed settings docs to reflect deprecation of "simple" cache backend in [6822].</title>
<updated>2008-07-18T23:46:10Z</updated>
<author>
<name>Gary Wilson Jr</name>
<email>gary.wilson@gmail.com</email>
</author>
<published>2008-07-18T23:46:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5735e161a211a6f3e335e68e97f4edc1d42612c1'/>
<id>urn:sha1:5735e161a211a6f3e335e68e97f4edc1d42612c1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Removed the mysql_old backend. It smells bad and has no friends.</title>
<updated>2008-07-18T17:38:53Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-18T17:38:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c681f4070c2095eae9635d13233e8d5fad5240f1'/>
<id>urn:sha1:c681f4070c2095eae9635d13233e8d5fad5240f1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7949 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7614: the quickening has come, and there now is only one UploadedFile. On top of that, UploadedFile's interface has been improved:</title>
<updated>2008-07-07T23:16:00Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-07-07T23:16:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a28b75b0ba9650ae3bd46e38d12d95d48f5c5664'/>
<id>urn:sha1:a28b75b0ba9650ae3bd46e38d12d95d48f5c5664</id>
<content type='text'>
  * The API now more closely matches a proper file API. This unfortunately means a few backwards-incompatible renamings; see BackwardsIncompatibleChanges. This refs #7593.
  * While we were at it, renamed chunk() to chunks() to clarify that it's an iterator.
  * Temporary uploaded files now property use the tempfile library behind the scenes which should ensure better cleanup of tempfiles (refs #7593 again).

Thanks to Mike Axiak for the bulk of this patch.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7859 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py.</title>
<updated>2008-07-06T06:39:44Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-06T06:39:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3cfa3cbd0747c36095541177da71214289ae6aa3'/>
<id>urn:sha1:3cfa3cbd0747c36095541177da71214289ae6aa3</id>
<content type='text'>
They are now called  "makemessages", "compilemessages" and "cleanup". This is
backwards incompatible for make-messages.py and compile-messages.py, although
the old executables still exist for now and print an error pointing the caller
to the right command to call.

This reduces the number of binaries and man pages Django needs to install.

Patch from Janis Leidel.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7844 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
