summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-26Fixed #4158 -- Fixed a small formatting typo. Thanks, SmileyChris.Malcolm Tredinnick
2007-04-26Told xgettext that ngettext_lazy is a pluralising function, so that strings areMalcolm Tredinnick
2007-04-26Fixed #4143 -- Added Icelandic localflavor. Note that we use the is_/ directoryMalcolm Tredinnick
2007-04-25Fixed #4138 -- Updated Korean translation. Thanks, Sung-Jin Hong.Malcolm Tredinnick
2007-04-25Fixed #3543 -- Be a bit more tolerant of spaces following the commaMalcolm Tredinnick
2007-04-25Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is aMalcolm Tredinnick
2007-04-25Fixed #3435 -- Fixed serializing to a file stream. Patch from SmileyChris.Malcolm Tredinnick
2007-04-25Fixed #3379 -- Changed login() so that we update last_login when a userMalcolm Tredinnick
2007-04-25Fixed #3316 -- Added support for crypt hashing of passwords, mostly to supportMalcolm Tredinnick
2007-04-25Fixed #3185 -- Made values for login, logout and post-login redirect URLsMalcolm Tredinnick
2007-04-25Fixed #4137 -- Added translation markup to a couple of missed strings. Thanks,Malcolm Tredinnick
2007-04-25Fixed #4108 -- Updated French translation. Thanks, Baptiste.Malcolm Tredinnick
2007-04-25Fixed #3964 -- Added a custom SortedDict.__repr__ so that the keys are printedMalcolm Tredinnick
2007-04-25Removed a bunch of annoying trailing whitespace.Malcolm Tredinnick
2007-04-25Fixed #3948 -- Added some extra relevant information to FilterExpressionMalcolm Tredinnick
2007-04-25Fixed #3857 -- Used a table to describe the required arg for FileField. ThisMalcolm Tredinnick
2007-04-24Fixed #3870, Refs #3787 -- Fixed handling of widget attributes on RadioSelect...Russell Keith-Magee
2007-04-24Fixed #4133 -- Fixed broken links in docs. Thanks, Gary WilsonAdrian Holovaty
2007-04-23Added HTTP_HOST example headerSimon Willison
2007-04-23Fixed #4107 -- Marked a few more strings for translation. Thanks, Baptiste.Malcolm Tredinnick
2007-04-23Fixed #4106 -- Fixed typo in datastructures.py. Thanks, Amr MostafaAdrian Holovaty
2007-04-21Fixed #3821 -- Added a widget class attribute to ChoiceField andMalcolm Tredinnick
2007-04-21Fixed #3749 -- Set the context correctly when using the "filter" template tag.Malcolm Tredinnick
2007-04-21Fixed #3734 -- Added support for import hooks to the debugging tracebackMalcolm Tredinnick
2007-04-21Fixed #4101 -- Clarified a potentially confusing URL pattern in one example.Malcolm Tredinnick
2007-04-21Fixed #4097 -- Updated distribution information for Fedora and Gentoo, based onMalcolm Tredinnick
2007-04-21Fixed #4098 -- fixed a syntax error when reporting errors in "with" templateMalcolm Tredinnick
2007-04-20Added missing piece needed for supporting subtitle in Atom feeds.Malcolm Tredinnick
2007-04-20Added a note that MySQLdb versions prior to 1.2.1p2 will only work withMalcolm Tredinnick
2007-04-20Added client IP address to the e-mail that is sent when an internalLuke Plant
2007-04-20Fixed #4048 -- When introspecting a MySQL database, map CHAR(n) fields toMalcolm Tredinnick
2007-04-20Fixed #4086 -- Removed some redundant code points out by Ilya Semenov.Malcolm Tredinnick
2007-04-20Changed all URL references for django_admin/ to the canonical name ofMalcolm Tredinnick
2007-04-20Changed all references to tutorial1/ to be tutorial01/ (and similarly forMalcolm Tredinnick
2007-04-20Fixed #4010 -- Updated Italian translation. Thanks flavio.curella@gmail.com.Malcolm Tredinnick
2007-04-20Fixed #3965 -- Added Slovenian Javascript translations. Thanks Gasper Koren.Malcolm Tredinnick
2007-04-18Fixed #4077 -- Added Databrowse templates to MANIFEST.in. Thanks, Dirk DatzertAdrian Holovaty
2007-04-17Fixed #3866 -- Added Italian Social Security and VAT input fields to localfla...Russell Keith-Magee
2007-04-17Fixed #4057 -- Fixed problem with quoting of sequence names on Postgres backe...Russell Keith-Magee
2007-04-17Fixed #4060 -- Databrowse no longer requires admin site to be installedAdrian Holovaty
2007-04-17Fixed #4058 -- Fixed AttributeError in databrowse with USE_I18N=TrueAdrian Holovaty
2007-04-16Fixed ReST error in docs/databrowse.txtAdrian Holovaty
2007-04-16Added django.contrib.databrowseAdrian Holovaty
2007-04-16Fixed #4038 -- Added reference to django.contrib.webdesign in the template docs.Russell Keith-Magee
2007-04-16Refs #3786 -- Added reference to database-specific documentation in install.txt.Russell Keith-Magee
2007-04-13Fixed #4029 -- Fixed some broken links and made some links relative in docs/m...Adrian Holovaty
2007-04-13Fixed #3786 -- Fixed sqlinitialdata references in some docs. Thanks, Ramiro M...Adrian Holovaty
2007-04-12Fixed #3830 -- Added installation note on removing old versions of Django (es...Russell Keith-Magee
2007-04-12Fixed #3956 -- Minor typo in template docs. Thanks, Nick Fishman.Russell Keith-Magee
2007-04-10Fixed #3983 -- Fixed misspelled Delaware in localflavor unit testsAdrian Holovaty