summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-03Inserted more simplefilter calls to be sure warnings are emitted.Claude Paroz
2012-05-03Made warning assertions work with or without -Wall python switchClaude Paroz
2012-05-03Used catch_warnings instead of save/restore methods. Refs #17049.Claude Paroz
2012-05-03Replaced deprecated TestCase methods. Refs #17049.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-30Ensured tests pass using custom PASSWORD_HASHERS.Anssi Kääriäinen
2012-04-30Reset password hashers cache on settings_changed.Anssi Kääriäinen
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-30Fixed #18240 -- Made admindocs tests pass even when language is not en.Claude Paroz
2012-04-29Switch a datastructure internal to the ORM to be a set, instead of a dictionary.Alex Gaynor
2012-04-29Fixed #17644 -- Changed Query.alias_map to use namedtuplesAdrian Holovaty
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2012-04-29Fixed #17992 -- Added a public API for localtime.Aymeric Augustin
2012-04-29Fixed #13196 -- Formatting in admin changelists.Aymeric Augustin
2012-04-29Fixed template syntax error, introduced in pull request #17Mike Yumatov
2012-04-29Fixed #17967: Hide "Change Password" link in admin if user.has_usable_passwor...Aviral Dasgupta
2012-04-28Fixed #18234: Avoided exception on flatpage addKaren Tracey
2012-04-26Removed deprecated gender check in cz localflavor. Refs #14593.Claude Paroz
2012-04-26Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility ...Claude Paroz
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...Claude Paroz
2012-04-14Converted more test assertions to assert[Not]Contains.Claude Paroz
2012-04-14Fixed #18041 -- Removed support for Markdown versions < 2.1, following the 1....Claude Paroz
2012-04-12Fixed #18039 -- Changed geometry transform without a SRID raise a GEOSException.Claude Paroz
2012-04-09Fixed #17864 -- Added Hong Kong localflavor. Thanks to mrkschan and Adrien Le...Julien Phalip
2012-04-09Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_...Claude Paroz
2012-04-09Fixed #18086 -- Restored '-pk' as the default order in the admin changelist. ...Julien Phalip
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-04-01Removed broken function-based custom test runner in GeoDjangoRamiro Morales
2012-03-31Fixed #17972 -- Ensured that admin filters on a foreign key respect the `to_f...Julien Phalip
2012-03-31Moved a template that was added in the wrong directory.Aymeric Augustin
2012-03-31Used the override_settings decorator in the tests of auth, flatpages, and for...Aymeric Augustin
2012-03-31Removed some more imports/warnings useless after recent removals.Claude Paroz
2012-03-31Fixed #18029 -- Removed leftover mod_python files forgotten in r17835.Claude Paroz
2012-03-31Removed deprecated and undocumented function django.contrib.formtools.utils.s...Aymeric Augustin
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-30Removed some Python < 2.6 compatibility code. Refs #17965.Aymeric Augustin
2012-03-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-29Fixed #17989 -- Made an error message translatable in CH localflavor. Thanks ...Claude Paroz
2012-03-26Make auth test pass even when LANGUAGE_CODE is not 'en'. Refs #17980. Thanks ...Claude Paroz
2012-03-23Fixed #17810 (again). Catch session key errors.Aymeric Augustin
2012-03-23Fixed an incompatibility with Python 2.5 in the changes done in r17795. Refs ...Jannis Leidel
2012-03-23Fixed #17810. Catch session key errors.Paul McMillan
2012-03-23Pulled sites translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled sessions translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled redirects translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled messages translations updates from Transifex. Refs #17822.Jannis Leidel