summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-07-21Fixed #13629 -- Added CSS classes to the `<body>` tag of some admin templates...Thomas Sorrel
2013-07-21Fixed an email validation regressionClaude Paroz
2013-07-21Fixed #13696 -- ensured inline pk field is renderedKaren Tracey
2013-07-19Fixed #20765 -- Set small values of `step` using exponential notation.Simon Charette
2013-07-19Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a classClaude Paroz
2013-07-19Fixed #14656 -- Added Atom1Feed `published` elementMatt Deacalion Stevens
2013-07-18Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.Loic Bistuer
2013-07-17Allowed Context.push to behave as a context mananger.Curtis Maloney
2013-07-16Fixed #14007 -- Added model discovery in models module without the need to sp...Tim Graham
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham
2013-07-13Fixed #20681 -- Prevented teardown_databases from attempting to tear down ali...Tim Graham
2013-07-13Fixed a deprecation warning in a selenium test.Tim Graham
2013-07-13Isolated host validation tests in own test caseClaude Paroz
2013-07-12Fixed #20740 -- GenericIPAddressField should pass protocol to formfield()Tim Graham
2013-07-12Fixed #20429 -- Added QuerySet.update_or_createKarol Sikora
2013-07-12Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'Joeri Bekker
2013-07-11Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backendClaude Paroz
2013-07-11Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia
2013-07-10Fixed #19196 -- Added test/requirementsTim Graham
2013-07-09Fixed #20663 -- "Today" and "now" admin shortcuts.Loic Bistuer
2013-07-09Fixed #20724 -- Test failure on SQLite.Aymeric Augustin
2013-07-09Avoided transaction.set_autocommit in tests.Aymeric Augustin
2013-07-09Only import gis test apps for geo-enabled DBsClaude Paroz
2013-07-09Trusted test skipping about gis tests running or notClaude Paroz
2013-07-08Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows.Tim Graham
2013-07-08Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors.Alex Gaynor
2013-07-04Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for ...Tim Graham
2013-07-01Fixed a few more imports of django.utils.unittest.Aymeric Augustin
2013-07-01Removed tests for django.utils.unittest vs. unittest.Aymeric Augustin
2013-07-01Fixed a couple form/formset deprecation warnings in tests.Tim Graham
2013-07-01Updated tests for deprecation of Option.get_(add|change|delete)_permission.Tim Graham
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-30Stopped calling loaddata with commit=False.Aymeric Augustin
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-29Removed compatibility code for streaming responses.Aymeric Augustin
2013-06-29Fixed #18592 -- Prevented crash when accessing MySQL _last_executedClaude Paroz
2013-06-29Do not allow FileSystemStorage.delete to receive an empty nameClaude Paroz
2013-06-29Fixed #20660 -- Do not try to delete an unset FieldFileClaude Paroz
2013-06-29More import removalsClaude Paroz
2013-06-28Removed insert(), value_for_insert() SortedDict methods deprecated in Django ...Ramiro Morales
2013-06-28Removed 'depth' .select_related() argument as per deprecation TL.Ramiro Morales
2013-06-28Removed custom profile model functionality as per deprecation TL.Ramiro Morales
2013-06-28Removed warnings level handling code as per deprecation TL.Ramiro Morales
2013-06-28Ported over Field.deconstruct() from my schema alteration branch.Andrew Godwin
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-27Prevented running some admin_view tests twice.Tim Graham
2013-06-27Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.Tim Graham
2013-06-27Fixed #20571 -- Added an API to control connection.needs_rollback.Aymeric Augustin
2013-06-27Add related_query_name to ForeignKey/M2M. Refs #20244Andrew Godwin
2013-06-26Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()Loic Bistuer