mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-05 15:31:05 +00:00
finish of final README update
This commit is contained in:
parent
54c4bcf933
commit
b0a18a13a1
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
History
|
||||
=========
|
||||
|
||||
0.5.1 (2013-07-08)
|
||||
0.5.1 (2013-07-14)
|
||||
|
||||
* No longer pinning dependencies on specific versions
|
||||
* `Documentation on built-in views`_ shows context variables.
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ rewrite of that library using modern Class-Based Views and enjoying a design
|
|||
focused on extendibility and adaptability. By starting over, we can avoid the
|
||||
legacy code and make it easier to write extensions and themes.
|
||||
|
||||
Documentation: http://django-admin2.rtfd.org/
|
||||
Full Documentation at: http://django-admin2.rtfd.org/
|
||||
|
||||
Features
|
||||
=============
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -62,7 +62,7 @@ def remove_screenshots(text):
|
|||
if len(line) and line[0] in string.ascii_letters:
|
||||
outputting = True
|
||||
if outputting:
|
||||
new_text += line
|
||||
new_text += line + '\n'
|
||||
return new_text
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue