summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-09-01[1.10.x] Fixed #27142, #27110 -- Made makemigrations consistency checks respe...Tim Graham
2016-09-01[1.10.x] Clarified URL regex check message with respect to include().Riccardo Magliocchetti
2016-09-01[1.10.x] Refs #27039 -- Fixed regression with field defaults in prefixed forms.Alex Hill
2016-08-31[1.10.x] Fixed #27154 -- Allowed comparing CallableBool with bitwise or.Olexander Yermakov
2016-08-29[1.10.x] Fixed #19914 -- Fixed test failures with pylibmc.Ed Morley
2016-08-29[1.10.x] Fixed #27132 -- Allowed testing MemcachedCache and PyLibMCCache duri...Ed Morley
2016-08-29[1.10.x] Refs #27132 -- Added pylibmc to test requirements.Ed Morley
2016-08-29[1.10.x] Refs #19914 -- Split the test_invalid_keys cache test into two.Ed Morley
2016-08-29[1.10.x] Fixed #27124 -- Excluded cull-related cache configs from memcached t...Ed Morley
2016-08-24[1.10.x] Fixed #27039 -- Fixed empty data fallback to model field default in ...Tim Graham
2016-08-24[1.10.x] Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreati...Berker Peksag
2016-08-24[1.10.x] Fixed #27100 -- Included already applied migration changes in the pr...Simon Charette
2016-08-24[1.10.x] Fixed #27044 -- Included already applied migration changes in the po...Simon Charette
2016-08-23[1.10.x] Fixed #27089 -- Added database alias to InconsistentMigrationHistory...Tim Graham
2016-08-23[1.10.x] Fixed #26998 -- Reverted some admin checks from checking field.many_...Collin Anderson
2016-08-20[1.10.x] Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor
2016-08-19[1.10.x] Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.Loïc Bistuer
2016-08-18[1.10.x] Fixed #27054 -- Fixed makemigrations crash with a read-only database.Jim Nicholls
2016-08-17[1.10.x] Refs #26983 -- Added test for isnull lookup to CharField with primar...Chris Lamb
2016-08-15[1.10.x] Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.Tim Graham
2016-08-15[1.10.x] Fixed #27014 -- Fixed annotations with database functions on PostGIS.Daniel Wiesmann
2016-08-12[1.10.x] Fixed #27037 -- Prevented required attribute on ClearableFileInput w...Jon Dufresne
2016-08-10[1.10.x] Fixed #26973 -- Fixed views.static.serve() crash with show_indexes e...Tim Graham
2016-08-09[1.10.x] Unified SpatiaLite spellingClaude Paroz
2016-08-08[1.10.x] Fixed docs to refer to HSTS includeSubdomains as a directive.Ed Morley
2016-08-06[1.10.x] Fixed #27026 -- Fixed state initialization of bulk_create() objects ...Sjoerd Job Postmus
2016-08-06[1.10.x] Fixed #27027 -- Restored Client.force_login() defaulting to the firs...Ben Demboski
2016-08-05[1.10.x] Fixed #27004 -- Made migrations consistency check ignore unapplied s...Jarek Glowacki
2016-08-04[1.10.x] Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_fieldClaude Paroz
2016-08-03[1.10.x] Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.Tim Graham
2016-08-03[1.10.x] Fixed a GeoIP test failure with the latest data.Tim Graham
2016-08-03[1.10.x] Fixed #27001 -- Fixed a query count regression in ModelChoiceField w...Alex Hill
2016-08-03[1.10.x] Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.Sergey Yurchenko
2016-08-02[1.10.x] Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous c...Tim Graham
2016-08-01[1.10.x] Fixed admin_utils test failures due to translation updates.Tim Graham
2016-08-01[1.10.x] Fixed #26927 -- Made subwidget iteration pass disabled and required ...Jon Dufresne
2016-08-01[1.10.x] Fixed #26930 -- Prevented makemigrations from accessing an empty dat...Tim Graham
2016-07-30[1.10.x] Refs #25550 -- Corrected deprecation message for assigning M2M relat...Tim Graham
2016-07-30[1.10.x] Fixed #26970 -- Fixed crash with disabled ModelMultipleChoiceField.Tim Graham
2016-07-29[1.10.x] Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.Tomas Pazderka
2016-07-28[1.10.x] Fixed a typo in tests/middleware/test_security.pyTim Graham
2016-07-28[1.10.x] Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQ...Sergey Fedoseev
2016-07-27[1.10.x] Fixed #26949 -- Fixed crash of disabled forms.JSONField.Olexander Yermakov
2016-07-27[1.10.x] Fixed #26917 -- Fixed crash in disabled ModelChoiceFields.Tim Graham
2016-07-25[1.10.x] Fixed #26915 -- Fixed regression handling responses returned from vi...Alex Hill
2016-07-24[1.10.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the deb...Jon Dufresne
2016-07-24[1.10.x] Fixed #26945 -- Ensured that i18n_patterns returns a listAlex Hill
2016-07-21[1.10.x] Fixed #26922 -- Fixed SimpleTestCase.assertHTMLEqual() crash on Pyth...Dmitry Dygalo
2016-07-21[1.10.x] Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.Raphaël Hertzog
2016-07-19[1.10.x] Fixed #26916 -- Fixed prefetch_related when using a cached_property ...Simon Charette