summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25812 -- Restored the ability to use custom formats with the date temp...Gagaro2015-11-283-0/+7
* Improved help text for runtests's --parallel optionBaptiste Mispelon2015-11-271-2/+2
* Fixed #25302 (again) -- Ignored scheme when checking for bad referers.Aymeric Augustin2015-11-261-0/+9
* Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette2015-11-261-0/+6
* Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.Sergey Fedoseev2015-11-251-0/+6
* Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.Attila Tovt2015-11-251-0/+7
* Fixed #25734 -- Made GDALBand min and max properties use GDALComputeRasterSta...Daniel Wiesmann2015-11-251-2/+50
* Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.Jacek Bzdak2015-11-252-5/+20
* Fixed a settings leak possibility in the date template filter.Florian Apolloner2015-11-241-0/+3
* Fixed #25767 -- Fixed data truncation possibility with Positive(Small)Integer...George Marshall2015-11-241-3/+29
* Removed explicit User ids in tests.Tim Graham2015-11-244-54/+55
* Refs #25663 -- Fixed checking of the number of points for LineString if initi...Sergey Fedoseev2015-11-231-6/+18
* Refs #25786 -- Added tests/release notes for set_FOO_order() crash with order...Tim Graham2015-11-232-1/+27
* Fixed #25685 -- Fixed a duplicate query regression on deletion of proxied mod...Simon Charette2015-11-222-0/+17
* Fixed #25784 -- Prevented an exception on collectstatic helpAlex Morozov2015-11-221-0/+14
* Fixed #25781 -- Simplified admin_views tests with client.force_login()Adam Wester2015-11-211-354/+131
* Fixed #25780 -- Removed redundant status code assertions from testsAlex Morozov2015-11-2111-53/+0
* Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET...Tim Graham2015-11-212-0/+12
* Fixed #25722 -- Added the GEOSGeometry.covers() method.Sergey Fedoseev2015-11-201-3/+7
* Fixed #25551 -- Fixed migration operations ordering when adding fields and a ...Ana Vojnovic2015-11-201-0/+28
* Removed skipIf for GEOSTest.test_linearref which already exists at class level.Sergey Fedoseev2015-11-201-1/+0
* Fixed #25764 -- Added support for serialization of enum.Enum in migrations.Andrei Fokau2015-11-192-0/+61
* Renamed __unicode__() to __str__() in some test comments.Tim Graham2015-11-193-15/+13
* Refs #25677 -- Fixed Python 2 i18n test failure on non-ASCII path.Tim Graham2015-11-191-1/+1
* Fixed #19361 -- Added link to object's change form in admin's post-save message.Anton Baklanov2015-11-191-19/+51
* Fixed #25769 -- Updated get_version() release candidate naming for PEP 0440.Tim Graham2015-11-191-2/+2
* Fixed #25677 -- Prevented decoding errors in/after Popen callsClaude Paroz2015-11-192-10/+44
* Fixed #25438 -- Fixed assorted Oracle GIS test failures.Jani Tiainen2015-11-192-7/+16
* Allowed RasterFieldWithoutGDALTest to run even if GDAL is installed.Sergey Fedoseev2015-11-191-4/+4
* Fixed #22810 -- Corrected admin changelist count for list filters that filter...Nick Sandford2015-11-182-4/+34
* Fixed #25654 -- Added the GEOSGeometry.unary_union property.Sergey Fedoseev2015-11-181-0/+9
* Fixed #25663 -- Added checking of the number of points for LinearRing and Lin...Sergey Fedoseev2015-11-181-3/+14
* Fixed #25665 -- Deprecated getter/setter of Point.tuple.Sergey Fedoseev2015-11-181-4/+13
* Refs #25665 -- Deprecated getters/setters of Point coordinate properties.Sergey Fedoseev2015-11-181-1/+12
* Refs #25665 -- Deprecated getter/setter of GEOSGeometry.srid.Sergey Fedoseev2015-11-181-2/+12
* Fixed #25644 -- Fixed reset cookie expiry date bug.Raphael Merx2015-11-181-0/+12
* Fixed #25682 -- Removed bare except clauses.Attila Tovt2015-11-173-4/+5
* Fixed #25695 -- Added template_name parameter to csrf_failure() view.Raphael Michel2015-11-171-1/+31
* Removed obsolete comments about Django 1.10 in two test files.Tim Graham2015-11-172-8/+1
* Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.Simon Charette2015-11-146-34/+19
* Refs #25745 -- Isolated some postgres array field check tests.Simon Charette2015-11-141-0/+11
* Refs #25745 -- Avoided multiple registration of the same model in schema tests.Simon Charette2015-11-141-14/+12
* Refs #25745 -- Isolated a foreign_object test.Simon Charette2015-11-141-0/+13
* Refs #25745 -- Isolated an order_with_respect_to test.Simon Charette2015-11-141-0/+4
* Cleaned up admin_filters' docstrings.Tim Graham2015-11-141-21/+7
* Fixed admin_filters test failures when run in reverse.Tim Graham2015-11-141-4/+4
* Fixed #25666 -- Fixed the exact lookup of ArrayField.Dmitry Dygalo2015-11-141-0/+81
* Checked DateTimeTZRange/DateRange conversion in postgres_tests.Nicolas Delaby2015-11-131-0/+2
* Bumped mysqlclient test requirement to >= 1.3.7.Tim Graham2015-11-121-1/+1
* Fixed #25606 -- Added support for "__" lookup in RelatedOnlyFieldListAndrey Kuzmin2015-11-122-0/+27