summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-10-01Factorized requires_tz_support decorator in test utilsClaude Paroz
2013-09-30Fixed #3871 -- Fixed regression introduced by 04a2a6b.Loic Bistuer
2013-09-30Fixed Python 3.2 syntax errors; refs #13724.Tim Graham
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-30Fixed #13724: Corrected routing of write queries involving managers.Russell Keith-Magee
2013-09-29Modified test added in 3afb5916b2 so it doesn't fail on Windows.Ramiro Morales
2013-09-29Fixed #15786 -- Added a regression test for o2o excludes using F().Simon Charette
2013-09-29Fixed #21167 - Improved queries.tests.SubqueryTestsMichael Manfre
2013-09-28Fixed #20931 -- Fixed select widgets nested choice renderingChristopher Babiak
2013-09-28Fixed #21187 -- Import CursorWrapper from django.db.backend.utilsAnssi Kääriäinen
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-09-28Fixed #21186: Fixed regression when using date fields in the admin's list_fil...Baptiste Mispelon
2013-09-27Fix #21185: Added tests for unescape_entities.Baptiste Mispelon
2013-09-26Fix Python 3.2 compatiblity by removing unicode literals.Simon Charette
2013-09-25Fixed #20364 -- Changed urlize regexes to include quotation marks as punctation.Giles Richard Greenway
2013-09-25Fixed #17671 - Cursors are now context managers.Michael Manfre
2013-09-25Fixed #3871 -- Custom managers when traversing reverse relations.Loic Bistuer
2013-09-25Fixed #21126 -- QuerySet value conversion failureAnssi Kääriäinen
2013-09-25Remove most errors when running migration tests twiceAndrew Godwin
2013-09-25Allow callables as the argument to RunPythonAndrew Godwin
2013-09-25Add RunPython migration operation and testsAndrew Godwin
2013-09-25Add equality support for Project/ModelStateAndrew Godwin
2013-09-24Fixed #18333 - Quoted annotated column namesMichael Manfre
2013-09-24Fixed #21151 -- Bad cleanup in schema M2M repoint testAndrew Godwin
2013-09-24Isolated select_for_update tests a bit more.Florian Apolloner
2013-09-23Fixed test suite bisection on Python 3.Simon Charette
2013-09-23Fixed #21001 -- Added a regression test for empty string exclusion on Oracle.Simon Charette
2013-09-23Fixed #14028 - Added validation for clashing db_columns.Helen ST
2013-09-22Stopped a test from executing queries at the module level.Florian Apolloner
2013-09-22Translated a test to English for consistency.Aymeric Augustin
2013-09-22Fixed "Address already in use" from liveserver.Florian Apolloner
2013-09-22Removed a few trailing backslashes.Aymeric Augustin
2013-09-22Partial revert of 165f44aa.Aymeric Augustin
2013-09-21Fixed #21074 -- Added tests for localized datetime fields.Aymeric Augustin
2013-09-21Ensured that explicit time zones are rejected by forms.Aymeric Augustin
2013-09-20Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines.tschilling
2013-09-19Fixed #9532 -- Added min_num and validate_min on formsets.yokomizor
2013-09-19Fixed #21125 -- Removed support for cache URI syntaxCurtis Maloney
2013-09-19Fixed #7557 -- Added type checking to Variable initialization.Tim Graham
2013-09-19Fixed typo in exception message; refs #19414Tim Graham
2013-09-18Fixed #19414 -- Added admin registration decoratorBrian Holdefehr
2013-09-18Fixed #21098 -- Applied sensitive_post_parameters to MultiValueDictTim Graham
2013-09-18Fixed #21118 -- Isolated a test that uses the database.Tim Graham
2013-09-18Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...Berker Peksag
2013-09-18Fixed #15625 -- Made message in MultiValueDictKeyError less verbose.Tim Graham
2013-09-18Fixed #12568 -- no error when accessing custom field's descriptorAnssi Kääriäinen
2013-09-17Fixed #21115 -- Fixed NameError in migrate --list commandMarkus Holtermann
2013-09-17Fixed #21114 -- Migrations must not have a dependency to themselves.Markus Holtermann
2013-09-16Fixed test failures introduced in previous commit.Tim Graham
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham