summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-12Fixed the localization docs a little to point to the correct Transifex URL. A...Jannis Leidel
2012-03-12Fixed #17883. Improved error message for old-style database backends.Paul McMillan
2012-03-12Fixed #17861 -- Took care of special characters when creating the staticfiles...Jannis Leidel
2012-03-12Added note to releases/1.4.txt about contrib.auth user password hash-upgrade ...Adrian Holovaty
2012-03-12Edited some docs and docstrings until [17685]Adrian Holovaty
2012-03-12Fix #17879: Corrected regression in python (inherited by yaml and json) seria...Karen Tracey
2012-03-12Fixed #17873 -- Removed stale code from translation utilities that should hav...Jannis Leidel
2012-03-12Fixed broken link.Carl Meyer
2012-03-12Fixed #17212 -- Made GEOS version regular expression more robust. Thanks, strk.Justin Bronn
2012-03-12Fixed #17777. Unsalted MD5 display widget correction.Paul McMillan
2012-03-11Fixed a couple of typos in testing document.Ramiro Morales
2012-03-11Fixed an inappropriate repetition. Thanks DanGer for the report.Aymeric Augustin
2012-03-10Fixed #17820 -- Fixed more occurrences of redundant handling of management co...Ramiro Morales
2012-03-10Fixed #17327 (again) -- Moved createsuperuser tests added in r17665.Ramiro Morales
2012-03-10Fixed Sphinx warnings when building docs introduced in r17665.Ramiro Morales
2012-03-10Fixed #17842 - Typo in uWsgi docs; thanks mitnk.Timo Graham
2012-03-09Removed executable bits from some files that don't need them.Ramiro Morales
2012-03-05Correct the download URL.James Bennett
2012-03-05Bump for 1.4 RC 1.James Bennett
2012-03-05Fixed #17830 -- Modified list_filter on DateTimeFields to account for the new...Aymeric Augustin
2012-03-05Added change forgotten in r17668.Aymeric Augustin
2012-03-05Updated French departments list: fixed #17833 (typo in 28), moved Corsica (2A...Aymeric Augustin
2012-03-05Fixed #17832 -- Missing negation in a comment. Thanks mk for the report.Aymeric Augustin
2012-03-05Enabled the existing admin Selenium tests to be run with Internet Explorer. N...Julien Phalip
2012-03-05Fixes #17327 -- Add --database option to createsuperuser and change password ...Chris Beaven
2012-03-05Fixed #16128 - Correctly cascade-delete proxy models as if they were the conc...Carl Meyer
2012-03-05Fixed #16939 -- Inaccurate implementation of {% comment %} presented in custo...Chris Beaven
2012-03-05Updated localflavor base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-05Updated gis base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-05Updated flatpages base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-05Updated contenttypes base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-05Updated comments base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-05Updated auth base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-05Updated admin base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-05Updated core base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-04Fixed a ReST error. Thanks md4d for the report.Aymeric Augustin
2012-03-04Documented a limit of the SQLite backend, in relation with the bulk_create fu...Aymeric Augustin
2012-03-04Fix staticfiles_tests.TestCollectionCachedStorage.test_post_processing so it ...Karen Tracey
2012-03-04Fixed #17677 -- Made sure the WizardView doesn't accidentally overwrite the `...Jannis Leidel
2012-03-04Fixed a typo in the sitemaps docs.Aymeric Augustin
2012-03-04Made the Selenium tests for the admin horizontal/vertical filter widgets a bi...Julien Phalip
2012-03-04Added more thorough Selenium tests for the admin horizontal/vertical filter w...Julien Phalip
2012-03-03Linked to the FAQ from the release notes.Aymeric Augustin
2012-03-03Fixed a typo in the time zone docs. Thanks Ramiro.Aymeric Augustin
2012-03-03Fixed #17738 -- Extended the time zone documentation with a FAQ. Thanks Anssi...Aymeric Augustin
2012-03-03Added a blurb about new SimpleTestCase class to release notes.Ramiro Morales
2012-03-03Fixed #17717 (again) -- Used the new API for concrete models added in r17573....Jannis Leidel
2012-03-03Made django.utils.timezone.localtime a private API -- it's too specific to th...Aymeric Augustin
2012-03-03Fixed #10498 -- Fixed using ugettext_lazy values when creating model instance...Jannis Leidel
2012-03-03Fixed #17717 -- Fixed serialization of proxy models. Thanks, Anssi Kääriäi...Jannis Leidel