Releases: mattiaslinnap/django-partial-index
Releases · mattiaslinnap/django-partial-index
v0.6.0
v0.5.2
- Fix makemigrations for Django 1.11.
- Make sure PQ and PF are imported directly from partial_index in migration files.
v0.5.1
Attempt fixing documentation formatting in PyPI.
v0.5.0
- Add support for Q-object based where-expressions.
- Deprecate support for text-based where-expressions. These will be removed in version 0.6.0.
- Add ValidatePartialUniqueMixin for model classes. This adds partial unique index validation for ModelForms, avoiding an IntegrityError and instead showing an error message as with usual unique_together constraints.
v0.4.0
Add support for Django 2.0.
v0.3.0
Support for separate where_postgresql='' and where_sqlite='' predicates, when the expression has different syntax on the two database backends.
v0.2.1
v0.2.0
Well-working SQLite support.
Also with more tests, and tested on Pythons 2.7, 3.4, 3.5, 3.6.
Version 0.1.1
Now with tests and theoretical (but not yet well tested) SQLite support.
First release
First release