summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-26Improved error message if DATABASE_ENGINE is invalid.Adrian Holovaty
2006-05-26Fixed #1673 -- Every database backend now raises ImproperlyConfigured if the ...Adrian Holovaty
2006-05-26Made negative indexing on QuerySet instances raise an assertion error (previo...Luke Plant
2006-05-26Fixed #1403 -- 'Add' green plus sign no longer appears in admin change forms ...Adrian Holovaty
2006-05-26Fixed #1023 -- Base handler no longer calls mail_admins() on SystemExit, in c...Adrian Holovaty
2006-05-26Fixed #1985 -- Got CurrentSiteManager workingAdrian Holovaty
2006-05-26fixed 1996: updated nl translationsGeorg Bauer
2006-05-26fixed broken el_GR translation, thx JeroenGeorg Bauer
2006-05-26Added half of oracle backend. (The other half is all of the special-casing in...Adrian Holovaty
2006-05-26Fixed #1935 -- Initial SQL data now works in SQLite if there are multiple sta...Adrian Holovaty
2006-05-26Fixed #1634 -- Changed django.core.mail to include 'Date' header in e-mails. ...Adrian Holovaty
2006-05-26Fixed #1981 -- Fixed bug in feeds.py for commentsAdrian Holovaty
2006-05-26Added phil@produxion.net to AUTHORS. Refs #1997Adrian Holovaty
2006-05-26Fixed #1997 -- Changed comments.py views to use relative URL for redirects. T...Adrian Holovaty
2006-05-26Fixed #1998 -- Changed double quotes to single quotesAdrian Holovaty
2006-05-25Made some edits to docs/templates_python.txt 'inclusion_tag' sectionAdrian Holovaty
2006-05-25Fixed #2001 -- corrected a couple of typos in the custom tag examples. ThanksMalcolm Tredinnick
2006-05-24added missing languages to setup.pyGeorg Bauer
2006-05-24fixed #1915: new argentinean spanish (es_AR) translationGeorg Bauer
2006-05-24fixed #1948: updated cs translationGeorg Bauer
2006-05-24fixed #1976: updated sk translationGeorg Bauer
2006-05-24fixed #1984: updated it translationGeorg Bauer
2006-05-24fixed #1937: updated no translationGeorg Bauer
2006-05-24fixed #1974: updated french translationsGeorg Bauer
2006-05-23Fixed bug with Meta.ordering being ignored when slicing a single item off a Q...Luke Plant
2006-05-23Negligible code cleanup for the sake of clarity.Luke Plant
2006-05-23Fixed incorrect link in docs/sites.txtAdrian Holovaty
2006-05-23Changed an overlooked occurrence of repr() to str(). Pointed out by JeremyMalcolm Tredinnick
2006-05-22Fixed ReST error in docs/sites.txt. I think.Adrian Holovaty
2006-05-22Added small bit to docs/sites.txtAdrian Holovaty
2006-05-22Added documentation for CurrentSiteManager to docs/sites.txtAdrian Holovaty
2006-05-22Fixed some bugs in django/contrib/sites/managers and added some error checkingAdrian Holovaty
2006-05-22Fixed funky formatting in docs/model-api.txtAdrian Holovaty
2006-05-22Added django.contrib.sites.managers, which contains CurrentSiteManager. Thank...Adrian Holovaty
2006-05-22Added docs/sites.txt -- documentation on the sites frameworkAdrian Holovaty
2006-05-22Fixed #1959 -- Fixed typo in django/contrib/admin/views/doc.pyAdrian Holovaty
2006-05-22Added the missing django.contrib applications to docs/add_ons.txtAdrian Holovaty
2006-05-22Added 'Overriding default model methods' section to model-api.txtAdrian Holovaty
2006-05-22Fixed #849 -- Improved login_required view decorator to save query-string par...Adrian Holovaty
2006-05-22Fixed #981 -- Documented backend-specific SQL filesAdrian Holovaty
2006-05-22Fixed #1835 -- FilePathField no longer breaks admin model documentation. Than...Adrian Holovaty
2006-05-22Fixed #1931 -- update_object generic view no longer assumes the object's get_...Adrian Holovaty
2006-05-21Fixed #1957 -- Added docs for 'version' to docs/django-admin.txtAdrian Holovaty
2006-05-21Improved the advice on using QuerySets in extra_context based on feedback fromMalcolm Tredinnick
2006-05-20Documented that CommonMiddleware will not append a slash to URLs containing aMalcolm Tredinnick
2006-05-19Fixed #1901 -- removed typos from calls to _get_image_dimensions andMalcolm Tredinnick
2006-05-19Prevent people from using "startapp" to create apps with the same name as the...Malcolm Tredinnick
2006-05-19Small cleanups to docs/model-api.txt and docs/django-admin.txtAdrian Holovaty
2006-05-19Fixed #1886 -- documented the syncdb option.Malcolm Tredinnick
2006-05-19Documented that the development server does not, by default handle staticMalcolm Tredinnick