summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-03-02Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering refers to ...David Szotten
2017-03-01Improved test coverage for django.contrib.auth.Anton Samarchyan
2017-03-01Fixed #26911 -- Removed NoReverseMatch silencing in RedirectView.Grzegorz Tężycki
2017-03-01Removed PostgreSQL version detection for psycopg2 < 2.0.12.Tim Graham
2017-03-01Fixed a backends test with psycopg2 2.7.Tim Graham
2017-03-01Refs #27836 -- Fixed cleanup exception in file_storage test.Vytis Banaitis
2017-03-01Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL.Matthew Schinckel
2017-02-28Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__().Alexey Opalev
2017-02-28Removed obsolete references to form_for_instance().Tim Graham
2017-02-27Imported django.http classes instead of django.http.Asif Saifuddin Auvi
2017-02-25Added tests for contrib.sitemaps.GenericSitemap.chex
2017-02-24Fixed #27836 -- Allowed FileSystemStorage.delete() to remove directories.chillaranand
2017-02-24Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_HOSTS is a...Chris Lamb
2017-02-24Refs #22144 -- Added test for QuerySet.bulk_create() with long non-ASCII text.Mariusz Felisiak
2017-02-24Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures ...Tim Graham
2017-02-24Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested namespaces.Chris Lamb
2017-02-24Fixed #27879 -- Fixed crash if enclosures aren't provided to Atom1Feed.add_it...Pavlo Kapyshin
2017-02-23Refs #11964 -- Made Q objects deconstructible.Ian Foote
2017-02-23Refs #11964, #26167 -- Made Expressions deconstructible.Ian Foote
2017-02-23Refs #23919 -- Used yield from.Vytis Banaitis
2017-02-23Fixed #27878, refs #23919 -- Used python3 shebangs.Chris Lamb
2017-02-23Fixed #27868 -- Filtered locale path subdirectoriesClaude Paroz
2017-02-23Fixed #25619 -- Made runserver serve with HTTP 1.1 protocolClaude Paroz
2017-02-22Completed test coverage for django.utils.encoding.Tim Graham
2017-02-21Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.Vytis Banaitis
2017-02-20Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped w...Collin Anderson
2017-02-17Fixed #27308 -- Fixed BytesWarnings in the test suite.Tim Graham
2017-02-17Fixed #27843 -- Fixed truncate_name() when the name contains a username.Mariusz Felisiak
2017-02-16Added tests for db.backends.utils.truncate_name().Mariusz Felisiak
2017-02-16Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField from Dat...Vytis Banaitis
2017-02-16Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE.Tim Graham
2017-02-15Fixed #27135 -- Made index introspection return Index.suffix.Tim Graham
2017-02-15Fixed #27840 -- Fixed KeyError in PasswordResetConfirmView.form_valid().Markus Holtermann
2017-02-13Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.amalia
2017-02-13Refs #22669 -- Fixed bulk_create test if Pillow isn't installed.Vytis Banaitis
2017-02-11Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.Robert Roskam
2017-02-11Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2017-02-11Fixed #27722 -- Reallowed using django.Template in {% include %}.Tim Graham
2017-02-11Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...Tim Graham
2017-02-11Fixed #25978 -- Deprecated shorcuts.render_to_response().Tim Graham
2017-02-10Refs #27148 -- Fixed UUIDField.to_python(None) crash.ClairePhila
2017-02-10Added multi_db=True to test cases that access the 'other' db connection.Tim Graham
2017-02-09Fixed #20238 -- Added threading support to LiveServerTestCase.Nadège Michel
2017-02-09Fixed #22669 -- Fixed QuerySet.bulk_create() with empty model fields on Oracle.Mikhail Nacharov
2017-02-09Fixed #25898 -- Made test database/user creation on Oracle reraise unexpected...Mariusz Felisiak
2017-02-09Fixed #26551 -- Fixed negated Q() queries that span relations.François Freitag
2017-02-09Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().Chronial
2017-02-09Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham
2017-02-08Used JsonResponse and response.json in file_uploads tests.Tim Graham
2017-02-07Fixed #27356 -- Fixed ModelAdmin.lookup_allowed() for some nested relations.Anton Samarchyan