Skip to content

Commit 80e1b18

Browse files
committed
2 parents 9f3356a + e9e21e2 commit 80e1b18

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Giuseppe De Marco <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# django-admin-search-builder
22
Django app that makes you able to build advanced queries via admin filters UI
33

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.
55

66
### Setup
77

@@ -14,7 +14,7 @@ in `settings.INSTALLED_APPS` add
1414
'admin_adv_search_builder',
1515
````
1616

17-
in your ModelAdmin, use it following this example
17+
in your ModelAdmin, use the following example
1818
````
1919
from admin_adv_search_builder.filters import AdvancedSearchBuilder
2020
from django.contrib import admin

0 commit comments

Comments
 (0)