Skip to content

Releases: mattiaslinnap/django-partial-index

v0.6.0

07 Jul 21:56
Compare
Choose a tag to compare
  • Add support for Django 2.2.
  • Document (already existing) support for Django 2.1 and Python 3.7.

v0.5.2

15 Jul 15:52
Compare
Choose a tag to compare
  • Fix makemigrations for Django 1.11.
  • Make sure PQ and PF are imported directly from partial_index in migration files.

v0.5.1

05 Jul 11:06
Compare
Choose a tag to compare

Attempt fixing documentation formatting in PyPI.

v0.5.0

05 Jul 10:59
Compare
Choose a tag to compare
  • 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

05 Jan 19:53
Compare
Choose a tag to compare

Add support for Django 2.0.

v0.3.0

07 Aug 10:07
Compare
Choose a tag to compare

Support for separate where_postgresql='' and where_sqlite='' predicates, when the expression has different syntax on the two database backends.

v0.2.1

07 Aug 08:31
Compare
Choose a tag to compare

Fix for issue #2: Ensure that automatically generated index names depend on the "unique" and "where" parameters.

v0.2.0

06 Aug 23:07
Compare
Choose a tag to compare

Well-working SQLite support.

Also with more tests, and tested on Pythons 2.7, 3.4, 3.5, 3.6.

Version 0.1.1

06 Aug 15:15
Compare
Choose a tag to compare

Now with tests and theoretical (but not yet well tested) SQLite support.

First release

05 Aug 22:16
Compare
Choose a tag to compare

First release