Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Sep 10, 2011
Fixed django#16592 -- More test changes and documentation to account for MySQL's casual relationship with sanity. Thanks to Jim Dalton for the report and patch.
committedFixed django#16809 -- Forced MySQL to behave like a database. This avoids a problem where queries that do IS NONE checks can return the wrong result the first time they are executed if there is a r…
committedFixed django#16490 -- Skipped a test failure that only occurs under Python 2.6.1 (it's the old iteration-eats-exceptions problem).
committedRefs django#16490 - Add a commit to ensure that a fresh read is provided; this is only a problem for databases in REPEATABLE READ mode, which is MySQL InnoDB's default. Thanks to Jim Dalton for the…
committed- committed
- committed
- committed
Commits on Sep 9, 2011
Commits on Aug 23, 2011
- committed
- committed
Fixed django#16299 -- Ensure that unicode strings can be used to identify classes in ForeignKey and ManyToManyFields. Unicode strings aren't actually legal as class names, but this is an issue if y…
committedFixed django#16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev <[email protected]>, Gasper Zejn, Domen Kozar and iElectric for the patch.
committedFixed django#16681 -- Refactored the invalid_models unit test so that it can be invoked manually. Thanks to Anthony Briggs for the report and patch.
committedFixed django#15315 -- Added support for the 'widget' argument to modelform_factory. Thanks to SardarNL and Will Hardy for the patch.
committedFixed django#15499 -- Ensure that cache control headers don't try to set public and private as a result of multiple calls to patch_cache_control with different arguments. Thanks to AndiDog for the …
committedFixed django#15838 -- Promoted assertFieldOutput to a general test utility. Thanks to Ramiro Morales for the patch.
committedFixed django#10571 -- Factored out the payload encoding code to make sure it is used for PUT requests. Thanks to kennu for the report, pterk for the patch, and wildfire for the review comments.
committedFixed django#16672 -- Ensure that test classes decorated with @override_setings gets the right name when running the tests. Thanks to Julien Phalip for the report and initial patch
committed
Commits on Jun 15, 2011
Commits on Jun 13, 2011
Commits on Jun 10, 2011
Fixed django#16210 -- Added some missing __future__ imports to support with statements on 2.5. Thanks to Julien Phalip for the report and patch
committedFixed django#16198 -- Ported the model_forms doctests. Our long national nightmare is over. Oh, and we have always been at war with doctests. Thanks to Peter van Kampen and Gregor Müllegger for the…
committedFixed django#16201 -- Ensure that requests with Content-Length=0 don't break the multipart parser. Thanks to albsen for the report and patch
committedFixed django#16185, django#15675 -- Added the ability for test runners to define custom options, and to specify a custom test runner at the command line. Thanks to Dmitry Jemerov and Mikołaj Siedla…
committed
Commits on Apr 3, 2011
Commits on Apr 2, 2011
Fixed django#15717 -- Updated databrowse to use class-based generic date views. Thanks to aaugustin for the report and draft patch
committed- committed
- committed
- committed
- committed
- committed
- committed
- committed