finish of final README update

This commit is contained in:
Daniel Greenfeld 2013-07-14 11:54:57 +02:00
parent 54c4bcf933
commit b0a18a13a1
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -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
=============

View file

@ -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