summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-24Simplify the tests for [15296].Alex Gaynor
2011-01-24Fixed 14796 -- Modified order of operations performed on field names by the i...Ramiro Morales
2011-01-24Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...Russell Keith-Magee
2011-01-24Fixed #15021 -- Corrected CSS for the layout of stack traces on the server er...Russell Keith-Magee
2011-01-24Updated all existing translations after changes to filesize translation strin...Jannis Leidel
2011-01-24Fixed #14240 -- Enabled localization for the filesize filter. Thanks to David...Russell Keith-Magee
2011-01-24Fixed #15067 -- Modified the range checks on base36_to_int so you are guarant...Russell Keith-Magee
2011-01-24Fixed #14982 -- Ensure that EMPTY_CHANGELIST_VALUE is honored for nullable fo...Russell Keith-Magee
2011-01-24Fixed #15144 -- Corrected some problems with the Cache middleware when used w...Russell Keith-Magee
2011-01-22Fixed #15147 - Typo in "Managing static files"; thanks ori for the report.Timo Graham
2011-01-22Fixed #15141 - remove some deprecated storage engines from the MySQL notes; t...Timo Graham
2011-01-22Fixed #15133 - Some markup issues in the docs; thanks Aryeh Leib Taurog for t...Timo Graham
2011-01-21Fixed #9988 (again) -- Updated list of Associated Press months names to use a...Jannis Leidel
2011-01-21Converted makemessages management command to a NoArgsCommand.Ramiro Morales
2011-01-21Added app translation files to the package manifest template.Jannis Leidel
2011-01-21Fixed a typo in the docs, thanks to sunoano for the report.Alex Gaynor
2011-01-21Updated admin translation files.Jannis Leidel
2011-01-21Update contributing documentation for changed translation policy.Jannis Leidel
2011-01-21Added the configuration file for Transifex.Jannis Leidel
2011-01-21Fixed a few translation related tests:Jannis Leidel
2011-01-21Removed app translation strings from core translation files.Jannis Leidel
2011-01-21Added new translation files to sites contrib app.Jannis Leidel
2011-01-21Added new translation files to sessions contrib app.Jannis Leidel
2011-01-21Added new translation files to redirects contrib app.Jannis Leidel
2011-01-21Added new translation files to messages contrib app.Jannis Leidel
2011-01-21Added new translation files to localflavor contrib app.Jannis Leidel
2011-01-21Added new translation files to humanize contrib app.Jannis Leidel
2011-01-21Added new translation files to gis contrib app.Jannis Leidel
2011-01-21Added new translation files to formtools contrib app.Jannis Leidel
2011-01-21Added new translation files to contenttypes contrib app.Jannis Leidel
2011-01-21Added new translation files to comments contrib app.Jannis Leidel
2011-01-21Added new translation files to auth contrib app.Jannis Leidel
2011-01-21Added new translation files to admindocs contrib app.Jannis Leidel
2011-01-21Added new translation files to admin contrib app.Jannis Leidel
2011-01-21Added contrib apps to ignore list when running makemessages in the Djagno sou...Jannis Leidel
2011-01-21Changed name given to test applications in Django own test suite running tool...Ramiro Morales
2011-01-21Fixed #14753 -- Fixed the test client to not raise an AssertionError when req...Ramiro Morales
2011-01-20Fixed #15122 -- Restored reporting of the template files tried in the texmpla...Ramiro Morales
2011-01-20Fixed #14774 -- the test client and assertNumQueries didn't work well togethe...Alex Gaynor
2011-01-20Poured a little more perfectionism into the delete-confirmation templates.Carl Meyer
2011-01-20Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...Carl Meyer
2011-01-19Fixed #14896 -- Ensured that _meta.get_all_related_objects(include_hidden=Tru...Carl Meyer
2011-01-19Corrected an outdated reference to cmemcache in contributing docs.Carl Meyer
2011-01-19Fixed #15118 - Corrected the deletion-ordering for inherited models.Carl Meyer
2011-01-19Call superclass init in collectstatic command, otherwise printing error messa...Karen Tracey
2011-01-19Fixed a regression in the test suite from [15236].Alex Gaynor
2011-01-19Avoid doing quadratic amounts of work during object deletion.Alex Gaynor
2011-01-18Fixed #15109 - typo in middleware docs; thanks colinsullivan for the report.Timo Graham
2011-01-18Refs #14661 -- Clarified the handling of initial data injected via custom SQL.Russell Keith-Magee
2011-01-18Refs #14661 -- Corrected (well... hacked around) a test failure under MySQL/M...Russell Keith-Magee