summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2013-09-15Fixed a timing edge case in the RelatedFieldWidgetSeleniumFirefoxTests.Florian Apolloner
2013-09-14Revert "Fixed #12288 -- Validated that app names in INSTALLED_APPS are unique"Tim Graham
2013-09-14Added tests for double-pickling a QuerySetAnssi Kääriäinen
2013-09-14Fixed #21097 - Added DatabaseFeature.can_introspect_autofieldMichael Manfre
2013-09-13Fixed #21060 -- Refactored admin's autodiscover method to make it reusable.Juan Catalano
2013-09-13Fixed #12288 -- Validated that app names in INSTALLED_APPS are uniquee0ne
2013-09-12Fixed #21099 - Skip DistinctOnTests unless backend can_distinct_on_fieldsMichael Manfre
2013-09-11Fixed #21090 -- Allowed backends to provide dotted field path to inspectdb.Michael Manfre
2013-09-11Fixed #21089 -- Allow TransactionTestcase subclasses to define an empty list ...Baptiste Mispelon
2013-09-11Fixed #21056 -- AdminSite.app_index no longer blindly accepts any app-labelis...Keryn Knight
2013-09-10Prevented arbitrary file inclusion with {% ssi %} tag and relative paths.Tim Graham
2013-09-10Fixed #19298 -- Added MultiValueField.__deepcopy__Tim Graham
2013-09-10Fixed test errors from 053de6131af83c63ec17d38578889c71de913d24 on py3.2.Florian Apolloner
2013-09-10Fixed #5749 -- Added field_name as a key in the _html_output dicte0ne
2013-09-10Fixed #20919 -- Extended assertRedirects to be able to avoid fetching redirec...Juan Catalano
2013-09-10Fixed test that fails when pytz is installed.Aymeric Augustin