summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-01-17Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham
2017-01-17Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.Tim Graham
2017-01-17Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.Tim Graham
2017-01-17Refs #26058 -- Removed deprecated FileField.get_directory_name()/get_filename().Tim Graham
2017-01-17Refs #26320 -- Removed implicit OneToOnField parent_link per deprecation time...Tim Graham
2017-01-17Refs #26509 -- Removed contrib.gis.utils.precision_wkt() per deprecation time...Tim Graham
2017-01-17Refs #19567 -- Removed deprecated javascript_catalog() and json_catalog() views.Tim Graham
2017-01-17Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.Tim Graham
2017-01-17Refs #26226 -- Removed support for related manager classes without a _apply_r...Tim Graham
2017-01-17Refs #26285 -- Removed MySQL __search lookup per deprecation timeline.Tim Graham
2017-01-17Refs #26230 -- Removed support for model name query lookups when using Meta.d...Tim Graham
2017-01-17Refs #23832 -- Removed deprecated non-timezone aware Storage API.Tim Graham
2017-01-17Refs #26263 -- Removed deprecated Context.has_key().Tim Graham
2017-01-17Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.Tim Graham
2017-01-17Refs #20223 -- Removed deprecated django.utils.functional.allow_lazy().Tim Graham
2017-01-17Refs #25773 -- Removed deprecated geos.MultiPolygon.cascaded_union property.Tim Graham
2017-01-17Refs #25665 -- Removed deprecated getter/setter of Point.tuple.Tim Graham
2017-01-17Refs #25665 -- Removed deprecated getters/setters of Point coordinate propert...Tim Graham
2017-01-17Refs #25665 -- Removed GEOSGeometry.get/set_srid() per deprecation timeline.Tim Graham
2017-01-17Refs #25550 -- Removed support for direct assignment to the reverse side of a...Tim Graham
2017-01-17Refs #25604 -- Removed makemigrations --exit option per deprecation timeline.Tim Graham
2017-01-17Refs #13110 -- Removed SyndicationFeed.add_item()'s enclosure argument.Tim Graham
2017-01-17Refs #25135 -- Removed support for the contrib.admin allow_tags attribute.Tim Graham
2017-01-17Refs #25190 -- Removed callable_obj parameter to assertRaisesMessages().Tim Graham
2017-01-17Refs #25120 -- Removed template.loaders.eggs.Loader per deprecation timeline.Tim Graham
2017-01-17Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.Tim Graham
2017-01-17Refs #15053 -- Removed support for non-recursive template loading.Tim Graham
2017-01-17Refs #25184 -- Removed contrib.gis.geoip per deprecation timeline.Tim Graham
2017-01-17Removed GeoManager and GeoQuerySet per deprecation timeline.Tim Graham
2017-01-17Refs #21127 -- Required on_delete for ForeignKey/OneToOneField.Tim Graham
2017-01-17Refs #23960 -- Removed the host parameter for SimpleTestCase.assertRedirects().Tim Graham
2017-01-17Refs #18651 -- Removed assignment_tag per deprecation timeline.Tim Graham
2017-01-17Refs #24219 -- Removed django.forms.extras per deprecation timeline.Tim Graham
2017-01-17Refs #24205 -- Removed Signal.disconnect()'s weak argument.Tim Graham
2017-01-17Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...Tim Graham
2017-01-16Refs #25809 -- Made a few late review comments for BrinIndex.Mads Jensen
2017-01-16Fixed #25307 -- Fixed QuerySet.annotate() crash with conditional expressions.Josh Smeaton
2017-01-15Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen
2017-01-14Fixed #27149 -- Added Subquery and Exists database expressions.Matthew Schinckel
2017-01-14Fixed #27718 -- Added QuerySet.union(), intersection(), difference().Florian Apolloner
2017-01-14Refs #25226 -- Cloned ArrayField.base_field on deconstruction.Simon Charette
2017-01-14Fixed #27699 -- Added negative timedelta support to parse_duration()Jinank Jain
2017-01-14Fixed tests that rely on hardcoded id with keepdbJosh Smeaton
2017-01-14Changed a test to be consistent when run in parallel.Josh Smeaton
2017-01-13Fixed #27709 -- Fixed get_for_models() for proxies with an empty cache.Simon Charette
2017-01-13Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...Romain Garrigues
2017-01-13Removed available_apps on TestCase subclasses.Simon Charette
2017-01-13Made contenttypes and auth apps unavailable when not necessary in tests.Simon Charette
2017-01-13Fixed #27723 -- Set MultiWidget's subwidgets input type from attrs argument.Mariusz Felisiak
2017-01-12Split AuthTemplateTests into test methods.Tim Graham