| Age | Commit message (Expand) | Author |
| 2010-03-15 | Fixed #13045 - Add USE_L10N to the project skeleton settings. | Jannis Leidel |
| 2010-02-26 | Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro... | Russell Keith-Magee |
| 2010-02-21 | Fixed #12675 - Add the admin app to the project template settings.py for cons... | Jannis Leidel |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-14 | Fixed #6262 -- Added a cached template loader, and modified existing template... | Russell Keith-Magee |
| 2009-12-09 | Fixed #4604 - Configurable message passing system, supporting anonymous users | Luke Plant |
| 2009-10-27 | Moved contrib.csrf.* to core code. | Luke Plant |
| 2009-10-26 | Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo... | Luke Plant |
| 2009-03-23 | Reverted 10094 and 10095 (in favour of solution that will hopefully land for ... | Luke Plant |
| 2009-03-19 | Added CSRF middleware to default settings and updated docs. | Luke Plant |
| 2009-01-14 | Fixed #6470: made the admin use a URL resolver. | Jacob Kaplan-Moss |
| 2008-09-02 | Fixed #8496: added a note about admindocs to the project template and the tut... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #7317: the x-view middleware is no longer enabled by default. | Jacob Kaplan-Moss |
| 2008-08-18 | Fixed #8392 -- Corrected a typo in the project urls.py template. Thanks ramir... | Brian Rosner |
| 2008-07-21 | Modified the comments in the skeleton urls.py to be more clear about how to e... | Jacob Kaplan-Moss |
| 2008-07-20 | Added admin.autodiscover() to project template urls.py. It is left commented ... | Brian Rosner |
| 2008-07-20 | Fixed #7842 -- Added a raw string identifier in project template urls.py for ... | Brian Rosner |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-01-28 | Fixed #6431 -- Fixed misspelling in projects template settings file, thanks D... | Gary Wilson Jr |
| 2007-09-13 | Fixed #5395 -- Changed URL of all language codes in project_template/settings... | Adrian Holovaty |
| 2007-08-19 | Changed the URL reference for timezone specifications. It looks like PostgreS... | Malcolm Tredinnick |
| 2007-07-14 | Fixed #4863 -- Removed comment references to a no-longer present link. Pointed | Malcolm Tredinnick |
| 2007-06-26 | Added Oracle to the list of permitted DATABASE_ENGINE settings (and removed | Malcolm Tredinnick |
| 2007-06-01 | Fixed #4290 -- Added a warning about trailing slashes to the project settings | Malcolm Tredinnick |
| 2007-03-08 | Fixed #2315 -- Clarified that the available PostgreSQL timezone options may | Malcolm Tredinnick |
| 2007-02-27 | Fixed #3589: settings templates and default settings now mention psycopg2 ins... | Jacob Kaplan-Moss |
| 2007-02-12 | Fixed #2315 -- added work around for Windows timezone setting (i.e. we can't do | Malcolm Tredinnick |
| 2006-12-15 | Fixed #1977 -- Changed postgresql.org URL in global_settings.py and project_t... | Adrian Holovaty |
| 2006-11-27 | Fixed #2980 -- Changed project_template/urls.py to use new-style URLconf. Tha... | Adrian Holovaty |
| 2006-08-18 | Added USE_I18N setting to default settings.py created for startproject command | Adrian Holovaty |
| 2006-08-05 | Fixed #2485 -- Added comment to project_template/settings.py that says to use... | Adrian Holovaty |
| 2006-05-30 | Added note to default manage.py that a 'missing settings.py' message may be c... | Adrian Holovaty |
| 2006-05-26 | Fixed #1998 -- Changed double quotes to single quotes | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-01-11 | Changed project_template so that it doesn't create an 'apps' directory | Adrian Holovaty |
| 2005-12-31 | Changed project_template/settings.py to add helpful comment about forward sla... | Adrian Holovaty |
| 2005-12-15 | Fixed #1040 -- Gave manage.py executable permission and added shebang line. T... | Adrian Holovaty |
| 2005-12-06 | Added conf/project_template/manage.py, which is a light wrapper around django... | Adrian Holovaty |
| 2005-11-23 | Fixed #603 -- Added template debugging errors to pretty error-page output, if... | Adrian Holovaty |
| 2005-10-19 | Removed duplicate LANGUAGE_CODE from project_template/settings. Thanks, EspenG | Adrian Holovaty |
| 2005-10-19 | Added TIME_ZONE and LANGUAGE_CODE to stock settings file created by 'django-a... | Adrian Holovaty |
| 2005-10-19 | Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl... | Adrian Holovaty |
| 2005-10-17 | Fixed #583 -- Added app_directories template loader, which searches for templ... | Adrian Holovaty |
| 2005-10-15 | Fixed #225 -- Added first stab at MS SQL Server support (via ADO). Thanks to ... | Adrian Holovaty |
| 2005-10-14 | Fixed #618 -- Added DATABASE_PORT setting. Thanks, Esaj | Adrian Holovaty |
| 2005-09-04 | Fixed #458 -- Added /r/ to default admin urlconf | Adrian Holovaty |
| 2005-08-17 | Fixed #340 -- Default admin settings (in django-admin startproject) now inclu... | Adrian Holovaty |
| 2005-08-16 | Changed 'django-admin startproject' to included MIDDLEWARE_CLASSES in setting... | Adrian Holovaty |
| 2005-07-22 | Fixed #147 -- Thanks, Robin Munn! | Adrian Holovaty |
| 2005-07-22 | Added sqlite3 database backend -- somewhat tested, but probably not 100% perf... | Jacob Kaplan-Moss |