summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2016-07-19[1.10.x] Fixed a GeoIP test failure with the latest data.Tim Graham
2016-07-18[1.10.x] Fixed XSS in admin's add/change related popup.Tim Graham
2016-07-16[1.10.x] Fixed #26900 -- Fixed crash accessing deferred FileFields.Tim Graham
2016-07-14[1.10.x] Refs #26897 -- Added cleanup to i18n testClaude Paroz
2016-07-14[1.10.x] Refs #26897 -- Missing directory containment in i18n testClaude Paroz
2016-07-14[1.10.x] Fixed #26888 -- Fixed concurrency issue in URL resolver.Marten Kenbeek
2016-07-14[1.10.x] Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII ...Claude Paroz
2016-07-14[1.10.x] Fixed #26890 -- Fixed IntegerField crash on Unicode numbers.Jon Dufresne
2016-07-14[1.10.x] Reverted "Fixed #25388 -- Added an option to allow disabling of migr...Tim Graham
2016-07-13[1.10.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_f...Jon Dufresne
2016-07-12[1.10.x] Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to...Andrey Fedoseev
2016-07-11[1.10.x] Fixed #26749 -- Preserved behavior of use_for_related_field during d...Julien Hartmann
2016-07-09[1.10.x] Fixed numpy deprecation warning silencing in template_tests.Baptiste Mispelon
2016-07-09[1.10.x] Fixed #26881 -- Fixed duplicate managers in migrations.Loïc Bistuer
2016-07-01[1.10.x] Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-06-30[1.10.x] Fixed #25292 -- Fixed crash in ManyToManyField.through_fields check.Andrew Nester
2016-06-28[1.10.x] Fixed #26119 -- Fixed URLValidator crash on URLs with brackets.Christopher Grebs
2016-06-28[1.10.x] Fixed #26786 -- Avoided redundant max value validators on integer fi...Eduard Stepanov
2016-06-28[1.10.x] Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_co...Aaron Elliot Ross
2016-06-27[1.10.x] Refs #26034 -- Corrected a schema test to work with the correct fiel...Jon Dufresne
2016-06-24[1.10.x] Fixed #26795 -- Factored out get_changes() in test_autodetector.py.akki
2016-06-21[1.10.x] Fixed #26785 -- Made Oracle return None rather than empty string for...Sergey Fedoseev
2016-06-21[1.10.x] Fixed #26781 -- Made table name case change a noop on SQLite.Simon Charette
2016-06-21[1.10.x] Refs #21379, #26719 -- Moved username normalization to AbstractBaseU...Tim Graham
2016-06-21[1.10.x] Fixed #26787 -- Documented deleting and reloading of model instance ...Tim Graham
2016-06-21[1.10.x] Fixed #26729 -- Allowed overriding a form field's label/help_text in...Paulo
2016-06-21[1.10.x] Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when...Jon Dufresne
2016-06-21[1.10.x] Fixed #26750 -- Fixed introspection for geography point field with d...Claude Paroz
2016-06-20[1.10.x] Refs #22384 -- Readded RegexURLResolver.reverse().Tim Graham
2016-06-20[1.10.x] Fixed #26643 -- Prevented unnecessary AlterModelManagers operations ...Loïc Bistuer
2016-06-18[1.10.x] Fixed #26778 -- Fixed ModelSignal.connect() weak argument.Tim Graham
2016-06-18[1.10.x] Fixed #26775 -- Supported dim=3 geography fieldsClaude Paroz
2016-06-18[1.10.x] Refs #26772 -- Added a test for FileField reopening closed files.Paul J Stevens
2016-06-18[1.10.x] Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with F...Tim Graham
2016-06-18[1.10.x] Fixed #24931 -- Made namespaced RegexURLResolvers populate callback ...Markus Holtermann