<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/conf/project_template/settings.py, branch stable/4.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F4.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F4.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2011-10-13T05:56:15Z</updated>
<entry>
<title>Fixed #15372 -- Switched to a startproject default layout that allows us to avoid sys.path hacks.</title>
<updated>2011-10-13T05:56:15Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2011-10-13T05:56:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=38f1fe3b35c212136d959538a309c33bf2d340a9'/>
<id>urn:sha1:38f1fe3b35c212136d959538a309c33bf2d340a9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error emails when DEBUG is True in projects with no explicit LOGGING setting. Thanks to Andreas Pelme for report and patch.</title>
<updated>2011-09-16T16:41:38Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2011-09-16T16:41:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=343004c4de332bfec09e8a57de775a46fecb18f9'/>
<id>urn:sha1:343004c4de332bfec09e8a57de775a46fecb18f9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16840 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admin to conventional file system location.</title>
<updated>2011-06-30T09:06:19Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-06-30T09:06:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=38a2444277a84eb6b74425f0e324d1dceb7d2ef1'/>
<id>urn:sha1:38a2444277a84eb6b74425f0e324d1dceb7d2ef1</id>
<content type='text'>
This also removes the need for ADMIN_MEDIA_PREFIX and replaces it with the convention to find admin's static files at STATIC_URL + 'admin/'.

Thanks to Jacob for the review and general help.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16487 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG setting.</title>
<updated>2011-06-22T06:01:44Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2011-06-22T06:01:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=43503b093a35ca4707c16d865f10929960bfa0b8'/>
<id>urn:sha1:43503b093a35ca4707c16d865f10929960bfa0b8</id>
<content type='text'>
Thanks Matt Bennett for report and draft patch; Vinay Sajip and Russell Keith-Magee for review.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16444 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14261 - Added clickjacking protection (X-Frame-Options header)</title>
<updated>2011-05-30T22:27:47Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2011-05-30T22:27:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=524c5fa07a38cc68a81a12428befdafcfde1afc3'/>
<id>urn:sha1:524c5fa07a38cc68a81a12428befdafcfde1afc3</id>
<content type='text'>
Many thanks to rniemeyer for the patch!

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #15822 -- Removed references to the v1 postgresql backend (which has been removed). Thanks for the patch, aaugustin</title>
<updated>2011-04-17T20:45:06Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2011-04-17T20:45:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f8495d2371d78468b8424e300a88cb1e5c08c342'/>
<id>urn:sha1:f8495d2371d78468b8424e300a88cb1e5c08c342</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed whitespace errors in settings modules.</title>
<updated>2011-02-12T19:11:42Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-02-12T19:11:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff4a24af515a5fa36f522d96e9491de0194b8bed'/>
<id>urn:sha1:ff4a24af515a5fa36f522d96e9491de0194b8bed</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15501 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed some documentation and default-settings.py comments that were misleading about the purpose of STATIC_ROOT, and removed an unused import.</title>
<updated>2011-02-01T14:28:07Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2011-02-01T14:28:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=76fb2bb0e246884ce6dc1a48d0db55e0673de8e0'/>
<id>urn:sha1:76fb2bb0e246884ce6dc1a48d0db55e0673de8e0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15384 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensure there is a consistent way to combine paths in templates. Thanks to Michael Toomim, Chris Heisel and Chris Beaven.</title>
<updated>2011-01-02T01:33:11Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-01-02T01:33:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=544ab30ed71e0d78c4c061008758de29ff79e8f7'/>
<id>urn:sha1:544ab30ed71e0d78c4c061008758de29ff79e8f7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15130 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusion around the STATICFILES_URL and STATICFILES_ROOT settings.</title>
<updated>2010-11-17T15:36:26Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-11-17T15:36:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=33d8fcde8a317184a627492f008a4eab9333ed88'/>
<id>urn:sha1:33d8fcde8a317184a627492f008a4eab9333ed88</id>
<content type='text'>
  * Two new global settings that will be used by -- **but are not limited to** -- the staticfiles app: STATIC_ROOT and STATIC_URL.

  * Moving the 'django.contrib.staticfiles.templatetags.staticfiles' template tag to the core ('django.templatetags.static') and renaming it to 'get_static_prefix'.

  * Moving the context processor 'django.contrib.staticfiles.context_processors.staticfiles' to the core ('django.core.context_processors.static') and renaming it to 'static'.

  * Paths in media definitions will use STATIC_URL as the prefix if the value is not None, and falls back to the previously used MEDIA_URL.

Thanks again to the community for constructive criticism and Carl and Russ for sanity-inducing discussions on IRC.

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