summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-10-06Refs #32047 -- Added test for using call_command() with constant required opt...Hasan Ramezani
2020-10-05Refs #31926 -- Fixed reverse related identity crash on Q() limit_choices_to.Simon Charette
2020-10-05Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.Simon Charette
2020-10-05Fixed #32068 -- Added error messages on get() with filters following union(),...Hasan Ramezani
2020-10-05Refs #32068 -- Added tests for get() following union(), intersection(), and d...Hasan Ramezani
2020-10-05Fixed #31926 -- Fixed recreating queryset with FilteredRelation when using a ...David-Wobrock
2020-10-02Fixed #32060 -- Added Random database function.Nick Pope
2020-10-01Fixed typo in tests/view_tests/tests/test_debug.py docstring.Thibaud Colas
2020-09-30Fixed #32047 -- Fixed call_command() crash if a constant option from required...Hasan Ramezani
2020-09-30Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.aryan
2020-09-30Refs #30422 -- Added test for removing temporary files in MultiPartParser whe...aryan
2020-09-29Fixed #31880 -- Made QuerySet.aggregate() raise FieldError when aggregating o...David Wobrock
2020-09-29Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural...Jacob Walls
2020-09-28Fixed #32042 -- Improved error messages for the number of submitted forms in ...meghanabhange
2020-09-25Refs #28009 -- Added empty_value tests for CharField subclasses.David Smith
2020-09-25Added assertions for cleaning None values for forms.JSONField and forms.UUIDF...David Smith
2020-09-25Used assertRaisesMessage() in CharField tests.David Smith
2020-09-25Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.Mariusz Felisiak
2020-09-24Fixed #30563 -- Optimized form Media by removing duplicated assets when adding.David Smith
2020-09-24Refs #30563 -- Added tests for merging form Media with different ordering.David Smith
2020-09-24Fixed #27906 -- Fixed test tools counting of HTML matches for subsets of elem...Jacob Walls
2020-09-23Fixed #32012 -- Made test database creation sync apps models when migrations ...Mariusz Felisiak
2020-09-23Refs #32034 -- Added test for title on admin app index view.Raffaele Salmaso
2020-09-23Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite.Hasan Ramezani
2020-09-22Corrected docstring quotes in various code.Mariusz Felisiak
2020-09-22Made indexes tests use required_db_features.Mariusz Felisiak
2020-09-21Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick
2020-09-18Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation.Tom Carrick
2020-09-17Fixed #31916 -- Fixed combined queryset crash when combining with ordered com...Hasan Ramezani
2020-09-16Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().Kwist
2020-09-16Refs #32007 -- Skipped test_q_expression_annotation_with_aggregation on Oracle.Mariusz Felisiak
2020-09-16Fixed #29887 -- Added a cache backend for pymemcache.Nick Pope
2020-09-16Refs #29887, Refs #24212 -- Added more client servers tests for PyLibMCCache.Nick Pope
2020-09-15Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation.Mariusz Felisiak
2020-09-15Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...Hasan Ramezani
2020-09-15Fixed #31636 -- Made BooleanFieldListFilter respect Field.choices.manav014
2020-09-15Prevented creation of 3D test models if not supported.Tim Graham
2020-09-14Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Me...Mariusz Felisiak
2020-09-14Fixed #32003 -- Added obj argument to has_perm() methods in tests.Alexander Todorov
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-09-14Removed hardcoded paths to SpatialRefSys models in tests.Tim Graham
2020-09-14Refs #26697 -- Removed empty gis_tests.maps.Tim Graham
2020-09-13Corrected tests.backends.sqlite.tests.Tests.test_aggregation()'s docstring.Mariusz Felisiak
2020-09-11Fixed #31766 -- Made GDALRaster.transform() return a clone for the same SRID ...Barton Ip
2020-09-11Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a...Hasan Ramezani
2020-09-11Fixed #31993 -- Added subtitles to admin change/view pages.Jon Dufresne
2020-09-10Refs #31993 -- Added more titles assertions for admin views.Jon Dufresne
2020-09-10Fixed #31992 -- Made admin password reset templates use title/content_title b...Jon Dufresne
2020-09-10Refs #23130 -- Added test for BooleanField choices generation.Jacob Walls
2020-09-09Fixed #31750 -- Made models.Field equality compare models for inherited fields.Ryan Hiebert