summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [1.9.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...Florian Apolloner2016-03-011-1/+57
* [1.9.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer2016-03-011-0/+12
* [1.9.x] Fixed #26186 -- Documented how app relative relationships of abstract...Simon Charette2016-02-291-28/+38
* [1.9.x] Fixed #26286 -- Prevented content type managers from sharing their ca...Simon Charette2016-02-261-1/+13
* [1.9.x] Fixed #26280 -- Fixed cached template loader crash when loading nonex...Ivan Tsouvarev2016-02-261-0/+12
* [1.9.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.Jon Dufresne2016-02-241-0/+14
* [1.9.x] Fixed #26253 -- Fixed crashing deprecation shims in SimpleTemplateRes...Tim Graham2016-02-221-0/+42
* [1.9.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.Tim Graham2016-02-182-1/+7
* [1.9.x] Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.Akshesh2016-02-172-0/+7
* [1.9.x] Refs #19353 -- Added tests for using custom user models with built-in...Berker Peksag2016-02-171-0/+34
* [1.9.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None v...Claude Paroz2016-02-164-7/+25
* [1.9.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number() pi...Alexey Kotlyarov2016-02-152-0/+11
* [1.9.x] Fixed #26126 -- Fixed transient failure of test_max_age_expirationBerker Peksag2016-02-151-3/+5
* [1.9.x] Fixed #26196 -- Made sure __in lookups use to_field as default.Anssi Kääriäinen2016-02-111-0/+12
* [1.9.x] Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descri...Anssi Kääriäinen2016-02-112-0/+26
* Fixed #26162 -- Checked query name clashes of hidden relationships.Simon Charette2016-02-081-6/+30
* [1.9.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_...Tim Graham2016-02-081-0/+5
* [1.9.x] Changed gypsy to manouche in docs and tests.Blake Griffith2016-02-031-10/+9
* [1.9.x] Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.Buddy Lindsey, Jr2016-02-011-0/+7
* [1.9.x] Fixed incorrect permissions check for admin's "Save as new".Myk Willis2016-02-011-0/+29
* [1.9.x] Fixed #26129 -- Made invalid forms display initial values of disabled...Tim Graham2016-01-291-0/+8
* [1.9.x] Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.Tim Graham2016-01-281-1/+4
* [1.9.x] Fixed #26147 -- Relaxed expected values in GIS tests to account for d...Tim Graham2016-01-282-8/+12
* [1.9.x] Added a missing test method in tests/migrations/test_writer.py.Yoong Kang Lim2016-01-281-0/+2
* [1.9.x] Fixed #26138 -- Ensured geometry_field's geometry is always serializedClaude Paroz2016-01-281-2/+15
* [1.9.x] Fixed #26122 -- Fixed copying a LazyObjectBen Kraft2016-01-261-7/+78
* [1.9.x] Fixed #25848 -- Set template origin on each node.Preston Timmons2016-01-261-0/+9
* [1.9.x] Refs #24919 -- Used the documented way of disabling migrations per app.Simon Charette2016-01-251-5/+5
* [1.9.x] Fixed #26135 -- Adjusted the migration questioner's handling of disab...Simon Charette2016-01-251-0/+15
* [1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb2016-01-253-1/+16
* [1.9.x] Fixed typos in test comments.Mingun Pak2016-01-232-2/+2
* [1.9.x] Fixed #26116 -- Corrected schema's test_alter_implicit_id_to_explicit.Tim Graham2016-01-221-1/+2
* [1.9.x] Changed `action="."` to `action=""` in tests and docs.Luke Plant2016-01-213-3/+3
* [1.9.x] Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin....Alexander Gaevsky2016-01-213-12/+80
* [1.9.x] Refs #26092 -- Added @skipUnlessDBFeature to a test.Tim Graham2016-01-211-1/+2
* [1.9.x] Fixed #26063 -- Crash when passing > 2000 params.Aymeric Augustin2016-01-211-0/+12
* [1.9.x] Fixed #26092 -- Fixed QuerySet.order_by() regression with an M2M thro...Anssi Kääriäinen2016-01-202-0/+15
* [1.9.x] Fixed #26094 -- Fixed CSRF behind a proxy (settings.USE_X_FORWARDED_P...chemary2016-01-201-0/+17
* [1.9.x] Refs #26071 -- Added test for __in lookup in a Case expression.Alberto Avila2016-01-131-1/+12
* [1.9.x] Added missing period to "etc.".pp2016-01-112-2/+2
* [1.9.x] Fixed #25858 -- Bound abstract model application relative relationships.Simon Charette2016-01-111-0/+54
* [1.9.x] Added a test for adding a UUID pk object using the "Add related" admi...Alexander Gaevsky2016-01-081-0/+15
* [1.9.x] Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/...Tim Graham2016-01-081-0/+60
* [1.9.x] Added a helper function in schema tests.Tim Graham2016-01-081-44/+26
* [1.9.x] Fixed #25997 -- Removed redundant escaping in admin's edit related mo...Alexander Gaevsky2016-01-083-18/+50
* [1.9.x] Fixed #26046 -- Fixed a crash with translations and Django-unknown la...Claude Paroz2016-01-061-0/+4
* [1.9.x] Fixed #26035 -- Prevented user-tools from appearing on admin logout p...Scott Pashley2016-01-061-5/+5
* [1.9.x] Skipped a dateformat test on Windows as needed.Tim Graham2016-01-051-0/+3
* [1.9.x] Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag sup...Denis Cornehl2016-01-052-1/+8
* [1.9.x] Fixed #26009 -- Fixed contenttypes_tests isolation.Tim Graham2016-01-044-102/+95