Skip to content

Commit

Permalink
README description
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocheque committed Sep 28, 2014
1 parent 750eff3 commit be8c3b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ django-smart-autoregister

**Latest version: 0.0.1 (2014/09)**

Small description.
**Django-Smart-AutoRegister** (DSA) is a Django tool that automatically configure the ModelAdmin classes of your application using some good patterns:

* The default behavior is to protect your application against reading without intention the entire data table because some foreign key relationship.
* It search by all pertinent fields.
* It create filter for all pertinent fields.

Documentation
-------------
Expand Down

0 comments on commit be8c3b8

Please sign in to comment.