1
0
Fork 0
mirror of synced 2024-06-24 17:10:21 +12:00
ArchiveBox/archivebox/core
JDC 8b0250caeb Fixes 500 error on search
The class SnapshotAdmin search_fields includes the
tags ManyToMany field causing a
django.core.exceptions.FieldError: Related Field got invalid lookup: icontains
error.
A related search field tags__name should be used.
2020-11-17 08:36:03 -05:00
..
management/commands allow running archivebox core commands from manage.py 2019-04-22 13:36:27 -04:00
migrations refactor: Remove django-taggit and replace it with a local tags setup 2020-10-12 13:47:03 -05:00
__init__.py first working django model with archivebox-shell command and sql exporting 2019-04-17 03:49:18 -04:00
admin.py Fixes 500 error on search 2020-11-17 08:36:03 -05:00
apps.py wip initial django setup 2019-04-02 16:36:41 -04:00
forms.py refactor: Remove django-taggit and replace it with a local tags setup 2020-10-12 13:47:03 -05:00
models.py config fixes 2020-10-31 07:57:11 -04:00
settings.py lint: Fix warnings in master branch 2020-11-02 08:51:48 -05:00
tests.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
urls.py feat: Redirect old add view to the main one 2020-09-17 09:08:20 -05:00
utils.py tweak icons 2020-10-31 19:32:43 -04:00
utils_taggit.py refactor: Remove django-taggit and replace it with a local tags setup 2020-10-12 13:47:03 -05:00
views.py Add a bookmarklet 2020-10-03 14:57:55 -05:00
welcome_message.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
wsgi.py working archivebox command inside django legacy folder 2019-04-02 18:53:21 -04:00