index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
postgres_tests
/
test_operations.py
Age
Commit message (
Expand
)
Author
2024-10-10
Fixed #35717 -- Reduced Create/RemoveCollation operations when optimizing mig...
Adam Johnson
2024-09-03
Fixed #35704 -- Fixed reduction for AddIndex subclasses.
Adam Johnson
2024-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2024-02-09
Fixed #35175 -- Made migraton writer preserve keyword-only arguments.
David Sanders
2024-01-17
Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...
Amir Karimi
2022-05-19
Fixed #33717 -- Dropped support for PostgreSQL 11.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-06-08
Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() operations...
Sanskar Jaiswal
2021-01-19
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
Mariusz Felisiak
2020-10-21
Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.
Tom Carrick
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-06-03
Refs #31615 -- Added EXISTS clauses to extension operations.
Adam Johnson
2020-05-28
Fixed #31468 -- Allowed specifying migration filename in Operation.
Adam Johnson
2020-05-27
Fixed #31615 -- Made migrations skip extension operations if not needed.
Frantisek Holop
2020-05-27
Used not installed extension in CreateExtension() tests.
Frantisek Holop
2020-03-09
Fixed #31347 -- Checked allow_migrate() in CreateExtension operation.
Hasan Ramezani
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-08-21
Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...
Mads Jensen