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