summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-28Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fieldsLuke Plant
2011-01-27Removed leftover empty directory from r15297.Ramiro Morales
2011-01-27Fixed #15112 -- Ensure that IPv6 addresses are correctly displayed in the adm...Russell Keith-Magee
2011-01-27Fixed #13662 -- Added an entry in the README to direct people to the instruct...Russell Keith-Magee
2011-01-27Fixed #15061 -- Removed a redundant method implementation in the class-based ...Russell Keith-Magee
2011-01-27Fixed #15046 -- Added "CHROMEFRAME" as a user agent alias for various MSIE fi...Russell Keith-Magee
2011-01-27Fixed #14823 -- Corrected bootstrapping problems with register_serializers. T...Russell Keith-Magee
2011-01-27Fixed #14818 -- Added explicit tests for the way that the cycle tag handles e...Russell Keith-Magee
2011-01-27Fixed #15041 -- Added tests for the spaceless tag interacting with escaping. ...Russell Keith-Magee
2011-01-27Fixed #15173 -- fixed the tests when run under pypy.Alex Gaynor
2011-01-27Fixed using --pair with python's that aren't the system default, when not in ...Alex Gaynor
2011-01-26Fixed #15161 - Corrected handling of ManyToManyField with through table using...Carl Meyer
2011-01-26Fixed Python 2.4 incompatibility introduced in r15249.Carl Meyer
2011-01-26Fixed #15157 -- Modified evaluation of literals surrounded by _(' and ')' in ...Ramiro Morales
2011-01-26Made a transaction test optional unless transactions are supported.Russell Keith-Magee
2011-01-26Tweaked r15303 to avoid O(N) lookup of field name. Thanks to Alex's eagle eyes.Carl Meyer
2011-01-26Copied in-development 1.2.5 release notes to trunk.Carl Meyer
2011-01-26Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to d...Carl Meyer
2011-01-26Fixed #13159 -- properly quote aggregates in order_by.Alex Gaynor
2011-01-26Fixed #13206 -- call super().__init__() in Model.__init__ to allow mixins to ...Alex Gaynor
2011-01-26Fixed #13828 -- DRY'd up the dictsort(reversed) filters, will speed them up a...Alex Gaynor
2011-01-26Fixed #15052 -- corrected an innacurate docstring in the generic views.Alex Gaynor
2011-01-26Fixed #15154 -- removed doctests from the tests.py generated with createapp.Alex Gaynor
2011-01-26Fixed #15153 - removed obsolete sentence in tutorial; thanks LeSphinx for the...Timo Graham
2011-01-26Fixed #15163 - typo in email docs; thanks metal for the report.Timo Graham
2011-01-25Fixed #14038 -- Added information to release notes and version changed|added ...Ramiro Morales
2011-01-25Fixed #15151 -- Removed fuzzy markers from translation strings introduced in ...Jannis Leidel
2011-01-25Fixed #14938 - Fixed save-as-new on inline formset with new forms.Carl Meyer
2011-01-25Removed dead code in modelforms.Carl Meyer
2011-01-25Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no...Carl Meyer
2011-01-25Fixed #14419 -- Enhanced the help text of the makemessages management command...Ramiro Morales
2011-01-24Fixed #14149: Initialize the Oracle connection.operators at connection time s...Ian Kelly
2011-01-24Rationalised CompatCookie/SimpleCookie into single SimpleCookie class with al...Luke Plant
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