mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Prep for version 0.2.0
This commit is contained in:
parent
6a351eb466
commit
234d2a9a6f
4 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
include README.rst
|
||||
include LICENSE
|
||||
include CONTRIBUTORS.txt
|
||||
include AUTHORS.rst
|
||||
include MANIFEST.in
|
||||
|
|
@ -15,7 +15,7 @@ Features (current)
|
|||
|
||||
* Easy-to-extend API that follows similar patterns to ``django.contrib.admin``.
|
||||
* Built-in RESTFUL API powered by ``django-rest-framework``.
|
||||
* Default theme built on Twitter Bootstrap.
|
||||
* Default theme built on Twitter Bootstrap that is just starting to act like the current Django admin.
|
||||
* Easy to implement theme system.
|
||||
* Basic permission controls.
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ Features (Planned)
|
|||
* Extending existing views
|
||||
* Interacting with the basic Admin2 object.
|
||||
|
||||
* More powerful permission controls
|
||||
* Improved permission controls
|
||||
|
||||
Requirements
|
||||
=============
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
__version__ = '0.2.0'
|
||||
|
||||
__author__ = 'Daniel Greenfeld'
|
||||
__author__ = 'Daniel Greenfeld & Contributors'
|
||||
|
||||
VERSION = __version__ # synonym
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue