1
0
mirror of https://github.com/django/django.git synced 2024-12-27 19:46:22 +00:00
django/django/conf
2011-02-04 17:37:25 +00:00
..
app_template Fixed #15154 -- removed doctests from the tests.py generated with createapp. 2011-01-26 03:22:16 +00:00
locale Fixed #15151 -- Removed fuzzy markers from translation strings introduced in r15280. 2011-01-25 08:37:35 +00:00
project_template Refs #14675 - Added import of url() function in project template urls.py, added commented sample named url, and converted existing sample patterns to use url(). 2011-02-04 17:37:25 +00:00
urls
__init__.py 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. 2011-01-02 01:33:11 +00:00
global_settings.py Fixed #15217 -- Made the CACHE_BACKEND deprecation warning more selective, so it doesn't catch the default case. Thanks to adamv for the report. 2011-02-04 14:27:43 +00:00