From 59a3c2d26b9e1d7bba94a467563d9030de5c612d Mon Sep 17 00:00:00 2001 From: Ross Karchner Date: Wed, 22 Jul 2015 15:52:02 -0400 Subject: [PATCH] git ignore fix via @kurtw --- .gitignore | 1 + ChangeLog | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 89e446b..9d11abe 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ __pycache__/ *.py[cod] .env .eggs/ +.egg/ # Django # ################# diff --git a/ChangeLog b/ChangeLog index 0c40906..8cb76be 100644 --- a/ChangeLog +++ b/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