summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-09-24Fixed #23550 -- Normalized get_queryset() of RelatedObjectDescriptorLoic Bistuer
2014-09-24Consolidated some many_to_one tests.Loic Bistuer
2014-09-23Called table_names instead of get_table_list in migrationsClaude Paroz
2014-09-23Fixed #18782 -- Prevented sql_flush to flush viewsClaude Paroz
2014-09-23Fixed #23503 -- Fixed renaming of model with self-referential m2m field.Sergey Fedoseev
2014-09-23Fixed #23065 -- Quoted constraint names in SQL generated by migrations.Sergey Fedoseev
2014-09-23Consolidated some text utils into the utils_tests test package.Loic Bistuer
2014-09-23Merged custom_managers_regress into the custom_managers test package.Loic Bistuer
2014-09-23Merged custom_columns_regress into the custom_columns test package.Loic Bistuer
2014-09-23Merged one_to_one_regress into the one_to_one test package.Loic Bistuer
2014-09-21Fixed an i18n test with native stringClaude Paroz
2014-09-21Fixed #23196 -- Short-circuited empty string translationYuri Kriachko
2014-09-19Fixed some flake8 errors.Tim Graham
2014-09-19Fixed #23443 -- Corrected erroneous FieldError message.Thomas Chaumeny
2014-09-18Fixed #23514 -- Prevented queries in PostGISOperations initClaude Paroz
2014-09-17Fixed #23495 -- Stopped swallowing real settings import errorClaude Paroz
2014-09-16Fixed #23492 -- Restored F.__deepcopy__.Baptiste Mispelon
2014-09-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
2014-09-15Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migra...valtron
2014-09-14Fixed occasional selenium test failure on Jenkins with Chrome 36+.Tim Graham
2014-09-13Fixed #23397 -- Stripped whitespace from base64 during chunkingJason Hobbs
2014-09-13Fixed #23466 -- Removed seconds from all locale time output formats.Malte Beckmann
2014-09-13Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla
2014-09-12Fixed #23483 -- Prevented ImproperlyConfigured with dotted app namesSzilveszter Farkas
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-09-10Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.Andi Albrecht
2014-09-10Corrected grammar in migrations error message.Markus Bertheau
2014-09-10Fixed #23452 -- Prevented infinite migrations for empty unique/index_together.Markus Holtermann
2014-09-09Fixed urlize after smart_urlquote rewriteClaude Paroz
2014-09-09Fixed #22267 -- Fixed unquote/quote in smart_urlquoteClaude Paroz
2014-09-09Avoid the word "stupid".Aymeric Augustin
2014-09-09Fixed #23398 -- Added helpful error message when runserver is accessed via HTTPSFlavio Curella
2014-09-09Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't defin...Tim Graham
2014-09-08Fixed #23451 -- Fixed typo in inlineformset_factory() error message.Petras Zdanavičius
2014-09-08Fixed #22920 -- Avoid masking some exceptions.Aymeric Augustin
2014-09-08Added sorting to some admin_view tests to prevent transient failures; refs #2...Tim Graham
2014-09-08Fixed broken test from da160d440f; refs #23418.Markus Holtermann
2014-09-08Fixed #23418 -- Fail when migration deconstruct produces invalid importMarkus Holtermann
2014-09-08Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-09-08Fixed #22951 -- Checked for types during deep_deconstruct migration serializa...Andrew Pinkham
2014-09-06Fixed #23416 -- Make sure DatabaseCreation respects checks.Marc Tamlyn
2014-09-05Fixed #23380 -- Fixed flaky test: admin_filters.tests.ListFiltersTests.test_r...Baylee Feore
2014-09-05Fix Python 3 incompatabilityAndrew Godwin
2014-09-05 switch out recursive dfs for stack based approach, to avoid possibly hitting...Ben Reilly
2014-09-05Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz
2014-09-05Corrected deprecation warning silencing of SubfieldBase.Tim Graham
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2014-09-02Fixed #23302 -- Added --name/-n option to makemigrations commandRaffaele Salmaso
2014-09-02Fixed #22918 -- Fixed SeparateDatabaseAndState crashDave Hall
2014-08-31Fixed #23388 -- Made django.utils.timezone.override usable as a decoratorThomas Chaumeny