summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-12-15[1.9.x] Fixed #25894 -- Fixed evaluation of zero-length slices of QuerySet.va...Sergey Fedoseev
2015-12-14[1.9.x] Fixed #25882 -- Prevented fast deletes matching no rows from crashing...Simon Charette
2015-12-12[1.9.x] Fixed #25909 -- Added unicode_literals import to apps.py generated by...Tim Graham
2015-12-10[1.9.x] Fixed #25883 -- Fixed admin deletion page summary counts for related ...Sergey Fedoseev
2015-12-10[1.9.x] Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when...Federico Frenguelli
2015-12-10[1.9.x] Fixed #25900 -- Fixed regression in CommonMiddleware ETag support.Derek J. Curtis
2015-12-10[1.9.x] Moved a few CommonMiddleware tests to the correct test class.Tim Graham
2015-12-10[1.9.x] Refs #25896 -- Fixed migration test failure on OracleShai Berger
2015-12-09[1.9.x] Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_...Amos Onn
2015-12-07[1.9.x] Fixed #25867 -- Fixed a system check crash with nested ArrayFields.Simon Charette
2015-12-07[1.9.x] Fixed #25548 -- Prevented FormView.form_invalid() from discarding its...Alex Morozov
2015-12-04[1.9.x] Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend.Emre Yilmaz
2015-12-03[1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-28[1.9.x] Fixed #25812 -- Restored the ability to use custom formats with the d...Gagaro
2015-11-27[1.9.x] Fixed #25302 (again) -- Ignored scheme when checking for bad referers.Aymeric Augustin
2015-11-26[1.9.x] Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette
2015-11-25[1.9.x] Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.Attila Tovt
2015-11-25[1.9.x] Removed explicit User ids in tests.Tim Graham
2015-11-25[1.9.x] Fixed #25274 --- Made inspectdb handle renamed fields in unique_toget...Jacek Bzdak
2015-11-25[1.9.x] Refs #25438 -- Fixed two geoapp test failures on Oracle.Tim Graham
2015-11-24[1.9.x] Fixed a settings leak possibility in the date template filter.Florian Apolloner
2015-11-24[1.9.x] Fixed #25767 -- Fixed data truncation possibility with Positive(Small...George Marshall
2015-11-23[1.9.x] Refs #25786 -- Added tests/release notes for set_FOO_order() crash wi...Tim Graham
2015-11-22[1.9.x] Fixed #25685 -- Fixed a duplicate query regression on deletion of pro...Simon Charette
2015-11-21[1.9.x] Fixed #25781 -- Simplified admin_views tests with client.force_login()Adam Wester
2015-11-21[1.9.x] Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_de...Tim Graham
2015-11-19[1.9.x] Fixed #25438 -- Fixed assorted Oracle GIS test failures.Jani Tiainen
2015-11-14[1.9.x] Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.Simon Charette
2015-11-14[1.9.x] Refs #25745 -- Isolated some postgres array field check tests.Simon Charette
2015-11-14[1.9.x] Refs #25745 -- Avoided multiple registration of the same model in sch...Simon Charette
2015-11-14[1.9.x] Refs #25745 -- Isolated a foreign_object test.Simon Charette
2015-11-14[1.9.x] Refs #25745 -- Isolated an order_with_respect_to test.Simon Charette
2015-11-14[1.9.x] Fixed #25723 -- Made related field checks lookup against their local ...Simon Charette
2015-11-14[1.9.x] Fixed admin_filters test failures when run in reverse.Tim Graham
2015-11-14[1.9.x] Fixed #25666 -- Fixed the exact lookup of ArrayField.Dmitry Dygalo
2015-11-12[1.9.x] Bumped mysqlclient test requirement to >= 1.3.7.Tim Graham
2015-11-12[1.9.x] Fixed SyntaxWarning in a user_commands test.Tim Graham
2015-11-11[1.9.x] Refs #25693 -- Added a regression test for `to_attr` validation on fo...Simon Charette
2015-11-11[1.9.x] Fixed #25730 -- Made Model.__str__() always return str instances.Simon Charette
2015-11-11[1.9.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input...Marti Raudsepp
2015-11-10[1.9.x] Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.Ian Foote
2015-11-09[1.9.x] Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Mana...Marti Raudsepp
2015-11-09[1.9.x] Fixed debug view crash during autumn DST change.Aymeric Augustin
2015-11-07[1.9.x] Removed ability to pass a geometry string to GIS functionsClaude Paroz
2015-11-03[1.9.x] Fixed #25668 -- Misc spelling errorsVille Skyttä
2015-11-02[1.9.x] Fixed #25661 -- Fixed checking number of points during list assignmen...Sergey Fedoseev
2015-10-30[1.9.x] Refs #24499 -- Removed an obsolete test check for PostGIS 1.5.Tim Graham
2015-10-29[1.9.x] Fixed #25622 -- Accounted for generic relations in the admin to field...Simon Charette
2015-10-29[1.9.x] Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots...Dheerendra Rathor
2015-10-28[1.9.x] Ignored docutils deprecation warnings in runtests.py.Tim Graham