summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-10-25[1.8.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham
2016-10-11[1.8.x] Fixed nonexistent tmc.edu domain in GeoIP test.Tim Graham
2016-09-14[1.8.x] Fixed CVE-2016-7401 -- Fixed CSRF protection bypass on a site with Go...Collin Anderson
2016-08-03[1.8.x] Fixed a GeoIP test failure with the latest data.Tim Graham
2016-07-28[1.8.x] Fixed a typo in tests/middleware/test_security.pyTim Graham
2016-07-21[1.8.x] Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.Raphaƫl Hertzog
2016-07-19[1.8.x] Fixed a GeoIP test failure with the latest data.Tim Graham
2016-07-18[1.8.x] Fixed XSS in admin's add/change related popup.Tim Graham
2016-07-13[1.8.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_fi...Jon Dufresne
2016-07-09[1.8.x] Fixed numpy deprecation warning silencing in template_tests.Baptiste Mispelon
2016-06-16[1.8.x] Fixed flake8 2.6 warnings.Tim Graham
2016-06-01[1.8.x] Refs #26687 -- Made an i18n test not use a hardcoded path separator.Tim Graham
2016-05-31[1.8.x] Fixed #26687 -- Made an i18n test not use a hardcoded path separator.Ramiro Morales
2016-05-23[1.8.x] Updated GeoIP test for latest database.Tim Graham
2016-04-29[1.8.x] Added tests for if tag's != operator.Alasdair Nicol
2016-04-29[1.8.x] Fixed #26557 -- Converted empty strings to None when saving GenericIP...Joshua Phillips
2016-04-18[1.8.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL ...Lukasz Wiecek
2016-03-28[1.8.x] Sorted single letter imports per the latest version of isort.Tim Graham
2016-03-25[1.8.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fiel...Tim Graham
2016-03-14[1.8.x] Removed unnecessary filter kwarg from .get() in a test.Adam Alton
2016-03-10[1.8.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.Tim Graham
2016-03-07[1.8.x] Fixed #26325 -- Made MultiPartParser ignore filenames that normalize ...John-Mark Bell
2016-03-07[1.8.x] Fixed #26331 -- Fixed test function names with typosGeorge Marshall
2016-03-04[1.8.x] Added safety to URL decoding in is_safe_url() on Python 2Claude Paroz
2016-03-04[1.8.x] Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()Claude Paroz
2016-02-29[1.8.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...Florian Apolloner
2016-02-29[1.8.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer
2016-02-26[1.8.x] Fixed #26286 -- Prevented content type managers from sharing their ca...Simon Charette
2016-02-24[1.8.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.Jon Dufresne
2016-02-23[1.8.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2016-02-22[1.8.x] Refs #26253 -- Added tests for deprecation shims in SimpleTemplateRes...Tim Graham
2016-02-18[1.8.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.Tim Graham
2016-02-16[1.8.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None v...Claude Paroz
2016-02-15[1.8.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number() pi...Tim Graham
2016-02-15[1.8.x] Fixed #26126 -- Fixed transient failure of test_max_age_expirationBerker Peksag
2016-02-08[1.8.x] Fixed #26162 -- Checked query name clashes of hidden relationships.Simon Charette
2016-02-08[1.8.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_...Tim Graham
2016-01-28[1.8.x] Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.Tim Graham
2016-01-28[1.8.x] Fixed an admin_scripts test on Ubuntu 16.04/spatialite.Tim Graham
2016-01-28[1.8.x] Fixed #26147 -- Relaxed expected values in GIS tests to account for d...Tim Graham
2016-01-28[1.8.x] Added a missing test method in tests/migrations/test_writer.py.Yoong Kang Lim
2016-01-26[1.8.x] Fixed #26122 -- Fixed copying a LazyObjectBen Kraft
2016-01-22[1.8.x] Fixed #26116 -- Corrected schema's test_alter_implicit_id_to_explicit.Tim Graham
2016-01-21[1.8.x] Changed `action="."` to `action=""` in tests and docs.Luke Plant
2016-01-21[1.8.x] Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin....Alexander Gaevsky
2016-01-13[1.8.x] Fixed #26071 -- Fixed crash with __in lookup in a Case expression.Alberto Avila
2016-01-08[1.8.x] Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/...Tim Graham
2016-01-08[1.8.x] Added a helper function in schema tests.Tim Graham
2016-01-06[1.8.x] Fixed #26046 -- Fixed a crash with translations and Django-unknown la...Claude Paroz
2016-01-06[1.8.x] Fixed #26035 -- Prevented user-tools from appearing on admin logout p...Scott Pashley