mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
In Django 3.1 the compatibility import of django.core.exceptions.FieldDoesNotExist in django.db.models.fields is removed. So we'd have to update the package by replacing: from django.db.models.fields import FieldDoesNotExist with from django.core.exceptions import FieldDoesNotExist |
||
|---|---|---|
| .. | ||
| editor | ||
| fixtures | ||
| locale | ||
| management | ||
| migrations | ||
| static/js | ||
| templates | ||
| templatetags | ||
| tests | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| base.py | ||
| fields.py | ||
| genericcollection.py | ||
| migration.py | ||
| models.py | ||
| registration.py | ||
| settings.py | ||
| urls.py | ||
| views.py | ||