summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-06-20Refs #29506 -- Added validation for squashmigrations' app_label option.Claude Paroz
2018-06-20Fixed #29506 -- Added validation for migrate's app_label option.Claude Paroz
2018-06-20Refs #29469 -- Reused get_app_config() error message in makemigrations error.Claude Paroz
2018-06-20Moved makemigrations app_label validation tests.Claude Paroz
2018-06-20Refs #27398 -- Simplified some tests with assertRedirects().Tim Graham
2018-06-20Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of the...Jan Pieter Waagmeester
2018-06-20Fixed #29503 -- Made __in lookup keep order of values in query.Nick Pope
2018-06-20Made test for GIS Envelope function more strict.Sergey Fedoseev
2018-06-18Fixed #29502 -- Allowed users with the view permission to use autocomplete_fi...Carlton Gibson
2018-06-18Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
2018-06-17Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...Mariusz Felisiak
2018-06-16Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in ma...humbertotm
2018-06-16Fixed #29469 -- Added a helpful makemigrations error if app_label contains dots.oliver
2018-06-15Fixed #29487 -- Accounted for object level permissions when calculating chang...Paulo
2018-06-15Fixed #29498 -- Fixed a missing pyc test file in source distribution.Tim Graham
2018-06-15Fixed #29000 -- Fixed RenameModel's renaming of a M2M column when run after R...Jeff
2018-06-15Fixed #23869 -- Made ModelAdmin.get_deleted_objects() use has_delete_permissi...Henk Kahlfuß
2018-06-14Refs #29428 -- Fixed admin check crash when using a query expression in Model...Tim Graham
2018-06-14Fixed #29428 -- Fixed admin changelist crash when using a query expression wi...Tim Graham
2018-06-13Fixed #24384 -- Allowed compilemessages to continue running after nonfatal er...Claude Paroz
2018-06-13Refs #29419, #8936 -- Removed change permission requirement for admin actions.Carlton Gibson
2018-06-12Added tests for incorrect content type and size in MultiPartParser.Mads Jensen
2018-06-12Fixed #29483 -- Confirmed support for GDAL 2.3.Tim Graham
2018-06-11Fixed #29452 -- Fixed makemessages setting charset of .pot files.Bartosz Grabski
2018-06-11Fixed #29464 -- Silenced post-process messages in collectstatic's default ver...Arthur Silva
2018-06-11Dropped support for GDAL 1.9 and 1.10.Tim Graham
2018-06-09Refs #29483 -- Relaxed WGS 84 check regexClaude Paroz
2018-06-07Added a missing test for createsuperuser management command.Hasan Ramezani
2018-06-06Fixed #29301 -- Added custom help formatter to BaseCommand classClaude Paroz
2018-06-06Fixed MySQL QuerySet.explain() test when running tests in reverse.Tim Graham
2018-06-06Refs #29451 -- Used quote_name for column names in tests.Carlton Gibson
2018-06-05Refs #29451 -- Quoted MySQL column names in tests.Tom Forbes
2018-06-03Fixed #10827 -- Ensured ContentTypes are created before permission creation.Claude Paroz
2018-06-03Fixed #29385 -- Made admindocs ModelDetailView show model properties.humbertotm
2018-06-01Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite.Tim Graham
2018-06-01Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2.Tim Graham
2018-06-01Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy
2018-05-31Refs #29416 -- Fixed GeoExpressionsTests.test_multiple_annotation() on MySQL ...Mariusz Felisiak
2018-05-29Refs #28748 -- Reallowed lazy model field choices.Tim Graham
2018-05-29Relaxed a GDAL raster test.Tim Graham
2018-05-29Fixed #28044 -- Unified the logic for createsuperuser's interactive and --noi...Dohyeon Kim
2018-05-27Fixed #29230 -- Fixed nested prefetches that clash with descriptors.Paulo
2018-05-27Added test for createsuperuser's handling of KeyboardInterrupt.Hasan Ramezani
2018-05-27Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on MySQL whe...Mariusz Felisiak
2018-05-27Removed obsolete BaseHandler attributes.Daniel Hepper
2018-05-26Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_...Tim Graham
2018-05-26Fixed #29432 -- Allowed passing an integer to the slice template filter.ryabtsev
2018-05-26Fixed #29415 -- Fixed detection of custom URL converters in included patterns.Xaroth Brook
2018-05-25Fixed #29400 -- Fixed crash in custom template filters that use decorated fun...Ryan Rubin
2018-05-23Fixed #29417 -- Corrected two admin page titles for view-only users.Ramiro Morales