Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
git ignore fix via @kurtw
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskarchner committed Jul 22, 2015
1 parent 6b2fb74 commit 59a3c2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -49,6 +49,7 @@ __pycache__/
*.py[cod]
.env
.eggs/
.egg/

# Django #
#################
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog
@@ -1,6 +1,15 @@
CHANGES
=======

* delete unneccesary print statement
* add pytz
* Update README.rst
* fix date formatting filter, and implement relative template imports, and a global request object!
* fixed logic for certain types of 404's
* corrected README re: generic views
* refactored to simplify and unify the generic views, and make the combined SheerTemplateView behave more like Sheer does
* A new generic view that infers templates from the URL, some configuration simplification and DRY work, the beginning of a tool for populating a Django model from a Sheer template
* Update README.rst
* One last markdown-to-ReStructuredText conversion
* Update README.rst
* Update README.rst
Expand Down

0 comments on commit 59a3c2d

Please sign in to comment.