summaryrefslogtreecommitdiff
path: root/tests/backends/postgresql/test_operations.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock2023-04-181-1/+31
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-1/+1
* Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...Jon Dufresne2020-04-171-38/+4
* Added test coverage for DatabaseOperations.sql_flush().Jon Dufresne2020-04-171-0/+84