summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2005-07-17Factored out database-specific date_trunc behavior into dbmod.get_date_trunc_...Adrian Holovaty
2005-07-17Changed core.db to give a friendlier error message if the DATABASE_ENGINE set...Adrian Holovaty
2005-07-17Factored out database-specific date_extract behavior into dbmod.get_date_extr...Adrian Holovaty
2005-07-17Fixed #40 -- Removed legacy code from meta.py method_set_related_many_to_many...Adrian Holovaty
2005-07-17Fixed #42 -- OneToOneField now works with SQL generationAdrian Holovaty
2005-07-16Added helpful error message if DATABASE_NAME or DATABASE_USER is blank for po...Adrian Holovaty
2005-07-16Moved django.core.handler.ImproperlyConfigured into django.core.exceptionsAdrian Holovaty
2005-07-16Fixed #39 -- Thanks for the research, deelan!Adrian Holovaty
2005-07-16Fixed inconsistent capitalization in [109]Adrian Holovaty
2005-07-16Changed postgresql DB backend so that it gives a helpful error message if peo...Adrian Holovaty
2005-07-15Gave django.core.meta.Model a repr(), as a fallbackAdrian Holovaty
2005-07-15Removed the vestigal get_choices_from from ManyToMany relations.Jacob Kaplan-Moss
2005-07-15Fixed #3 -- Made OneToOneField act like ForeignKey and ManyToManyField. This ...Adrian Holovaty
2005-07-15Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod...Adrian Holovaty
2005-07-15Changed mentions of CMS to Django in django.core xheaders and exceptionsAdrian Holovaty
2005-07-15Changed django.core.mail to use [Django] prefix instead of [CMS]Adrian Holovaty
2005-07-14Changed many-to-many API to be get_FOO_list instead of get_FOOsAdrian Holovaty
2005-07-13Changed db/backends/postgresql.py to add the password and host params only if...Adrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty