summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Expand)Author
2006-04-15magic-removal: Fixed #500 -- Removed TEMPLATE_FILE_EXTENSION setting so that ...Adrian Holovaty
2006-04-13magic-removal: Merged to [2695]Adrian Holovaty
2006-04-11magic-removal: Merged to [2665]Adrian Holovaty
2006-04-09magic-removal: Merged to [2637]Adrian Holovaty
2006-03-22magic-removal: Merged to [2548]Adrian Holovaty
2006-03-16magic-removal: Merged to [2523]Adrian Holovaty
2006-03-07magic-removal: moved contents of django.views.registration to django.contrib....Joseph Kocherhans
2006-03-07magic-removal: Moved django.views.auth.login.* to django.contrib.auth.viewsJoseph Kocherhans
2006-03-07magic-removal: Changed RequestUserMiddleware to AuthenticationMiddleware in s...Joseph Kocherhans
2006-03-06magic-removal: moved request.user handling out of django.core.handlersJoseph Kocherhans
2006-03-02magic-removal: Merged to [2468] (who do we appreciate)Adrian Holovaty
2006-03-01magic-removal: added transaction support to Django! see transactions.txt (in...Jacob Kaplan-Moss
2006-02-27magic-removal: added the new request user middleware to the project templateJoseph Kocherhans
2006-02-23magic-removal: Merged to [2368]Adrian Holovaty
2006-02-10magic-removal: Merged to [2294]Adrian Holovaty
2006-02-04magic-removal: Merged to [2272]Adrian Holovaty
2006-01-30magic-removal: Merged to [2187]Adrian Holovaty
2006-01-27magic-removal: Merged to [2136]Adrian Holovaty
2006-01-17Refs #1212 - moved settings from a dedicated module into a dedicated global i...Georg Bauer
2006-01-16magic-removal: Merged to [2010]Adrian Holovaty
2006-01-15magic-removal: Merged to [1960]Adrian Holovaty
2006-01-13magic-removal: renamed DjangoContext to RequestContext and moved it to django...Joseph Kocherhans
2006-01-13magic-removal: Moved django.core.template to django.template and updated depe...Joseph Kocherhans
2006-01-13magic-removal: Updated docs to reflect new location of session middlewareAdrian Holovaty
2006-01-13magic-removal: Moved django/contrib/admin/urls/admin.py to django/contrib/adm...Adrian Holovaty
2006-01-09magic-removal: updated MIDDLEWARE_CLASSES of the settings.py template to refl...Joseph Kocherhans
2006-01-09magic-removal: added auth, contenttypes, sessions, and sites to INSTALLED_APP...Joseph Kocherhans
2006-01-09magic-removal: Merged to [1872]Adrian Holovaty
2006-01-08magic-removal: Merged to [1853]Adrian Holovaty
2006-01-05magic-removal: Merged to [1825]Adrian Holovaty
2006-01-04magic-removal: Merged to [1817]Adrian Holovaty
2005-12-31magic-removal: Merged to [1809]Adrian Holovaty
2005-12-29magic-removal: Merged to [1793]Adrian Holovaty
2005-12-24magic-removal: Merged to [1774]Adrian Holovaty
2005-12-21magic-removal: Merged to [1754]Adrian Holovaty
2005-12-19magic-removal: Merged to [1730]Adrian Holovaty
2005-12-16magic-removal: Changed default DATABASE_ENGINE to an empty string instead of ...Adrian Holovaty
2005-12-15magic-removal: Merged to [1671]Adrian Holovaty
2005-12-15magic-removal: Changed project_template not to create an 'apps' directory. Ap...Adrian Holovaty
2005-12-15magic-removal: Changed app_template to create models.py instead of models pac...Adrian Holovaty
2005-12-14magic-removal: Moved django.core.meta to django.db.modelsAdrian Holovaty
2005-12-10magic-removal: Merged to trunk [1593]Adrian Holovaty
2005-12-09Fixed #857 -- Changed default session cookie name from hotclub to sessionid. ...Adrian Holovaty
2005-12-08fixes #1029 - updated 'gl' translationGeorg Bauer
2005-12-08fixes #1025 - updated 'sk' translationGeorg Bauer
2005-12-06fixes #1011 - updated 'es' translation for JavaScriptGeorg Bauer
2005-12-06added two more message IDs for translations to dateparse.js - month names and...Georg Bauer
2005-12-06fixes #1005 - updated 'sk' translationGeorg Bauer
2005-12-06fixes #1001 - new 'es' translations for JavaScriptGeorg Bauer
2005-12-06Added conf/project_template/manage.py, which is a light wrapper around django...Adrian Holovaty