You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# django-admin-search-builder
2
2
Django app that makes you able to build advanced queries via admin filters UI
3
3
4
-
This Application aims to give you the faster and easier way to build and run advanced queries though the Django Admin ModelAdmin User Interface, using Django's ORM. See the example project and the gallery.
4
+
This Application aims to give you the faster and easier way to build and run advanced queries through the Django Admin ModelAdmin User Interface, using Django's ORM. See the example project and the gallery.
5
5
6
6
### Setup
7
7
@@ -14,7 +14,7 @@ in `settings.INSTALLED_APPS` add
14
14
'admin_adv_search_builder',
15
15
````
16
16
17
-
in your ModelAdmin, use it following this example
17
+
in your ModelAdmin, use the following example
18
18
````
19
19
from admin_adv_search_builder.filters import AdvancedSearchBuilder
0 commit comments