summaryrefslogtreecommitdiff
path: root/django/conf/project_template
AgeCommit message (Expand)Author
2012-09-01Fixed #9920 - Clarfied empty string vs. localhost in settings database host.Tim Graham
2012-06-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
2012-03-26Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is True. Th...Aymeric Augustin
2012-03-21Fixed #17920 -- Actually pass the full path of a newly created project or app...Jannis Leidel
2011-12-22Fixed #17042 -- Extended startproject and startapp management commands to bet...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer
2011-10-13Fixed #15372 -- Switched to a startproject default layout that allows us to a...Carl Meyer
2011-09-16Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error e...Carl Meyer
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-22Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...Carl Meyer
2011-05-30Fixed #14261 - Added clickjacking protection (X-Frame-Options header)Luke Plant
2011-04-17Fixed #15822 -- Removed references to the v1 postgresql backend (which has be...Adrian Holovaty
2011-02-13Fixed #14130 -- Made manage.py error reporting more useful when the settings....Ramiro Morales
2011-02-12Fixed whitespace errors in settings modules.Jannis Leidel
2011-02-04Refs #14675 - Added import of url() function in project template urls.py, add...Carl Meyer
2011-02-03We have always been at war with 'import *'.Carl Meyer
2011-02-01Fixed some documentation and default-settings.py comments that were misleadin...Carl Meyer
2011-01-02Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensu...Jannis Leidel
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-16Small grammar fix in 'user-uploaded files' comment from [14560]Adrian Holovaty
2010-11-14Fixed #10650 -- Clarified description of MEDIA_ROOT in setting files. Thanks ...Ramiro Morales
2010-11-02Fixed #14598 -- Changed some 'domain.com' uses to 'example.com'Carl Meyer
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel
2010-10-04Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...Russell Keith-Magee
2010-08-28Fixed #13681 -- Added a commented out admindocs entry to the default INSTALLE...Russell Keith-Magee
2010-03-15Fixed #13045 - Add USE_L10N to the project skeleton settings.Jannis Leidel
2010-02-26Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...Russell Keith-Magee
2010-02-21Fixed #12675 - Add the admin app to the project template settings.py for cons...Jannis Leidel
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-03-23Reverted 10094 and 10095 (in favour of solution that will hopefully land for ...Luke Plant
2009-03-19Added CSRF middleware to default settings and updated docs.Luke Plant
2009-01-14Fixed #6470: made the admin use a URL resolver.Jacob Kaplan-Moss
2008-09-02Fixed #8496: added a note about admindocs to the project template and the tut...Jacob Kaplan-Moss
2008-08-25Fixed #7317: the x-view middleware is no longer enabled by default.Jacob Kaplan-Moss
2008-08-18Fixed #8392 -- Corrected a typo in the project urls.py template. Thanks ramir...Brian Rosner
2008-07-21Modified the comments in the skeleton urls.py to be more clear about how to e...Jacob Kaplan-Moss
2008-07-20Added admin.autodiscover() to project template urls.py. It is left commented ...Brian Rosner
2008-07-20Fixed #7842 -- Added a raw string identifier in project template urls.py for ...Brian Rosner
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-01-28Fixed #6431 -- Fixed misspelling in projects template settings file, thanks D...Gary Wilson Jr
2007-09-13Fixed #5395 -- Changed URL of all language codes in project_template/settings...Adrian Holovaty
2007-08-19Changed the URL reference for timezone specifications. It looks like PostgreS...Malcolm Tredinnick
2007-07-14Fixed #4863 -- Removed comment references to a no-longer present link. PointedMalcolm Tredinnick
2007-06-26Added Oracle to the list of permitted DATABASE_ENGINE settings (and removedMalcolm Tredinnick