django-partial-index icon indicating copy to clipboard operation
django-partial-index copied to clipboard

Django 2.1

Open browniebroke opened this issue 6 years ago • 1 comments

I noticed this project isn't officially supporting Django 2.1, this aims at adding it.

  • [x] Add Django 2.1 to Travis
  • [ ] Fix any problems
    • [ ] Error while inspecting constraints on PostgreSQL
    • [ ] Error with SQLite regarding the use of foreign keys
  • [x] Update docs

browniebroke avatar Feb 27 '19 09:02 browniebroke

I'm not sure what's wrong with the PostgreSQL issues, I tried to run the test locally and they pass. I've tried with PostgreSQL 9.6, which seems to be used on Travis.

I can reproduce the SQLite errors.

browniebroke avatar Mar 18 '19 14:03 browniebroke