summaryrefslogtreecommitdiff
path: root/blog
AgeCommit message (Expand)Author
2016-02-10Removed flake8 exclude from migrations.Tim Graham
2016-01-20Updated URLconfs for Django 1.9 deprecations.Tim Graham
2015-12-28Replaced datetime.now() with timezone.now() in blog app.Fengda HUANG
2015-12-11Fixed #535 -- Fixed incorrect URL generation in sitemaps.Alejandro Varas
2015-10-03Refs #512 -- Fixed cached blog post invalidation.Tim Graham
2015-10-03Fixed #512 -- Invalidated cached blog post on save.Tim Graham
2015-09-28Removed unnecessary characters in urlpatterns.Tim Graham
2015-05-07Fixed #466 -- Changed ordering of .future() and .past() on EventManagerBaptiste Mispelon
2015-04-21Fixed docutils file inclusionMarkus Holtermann
2015-04-17Fix isort calls in makefile, use -rc optionRolf Erik Lekang
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-04-06Ported from Python 2.7 to Python 3.4.Rolf Erik Lekang
2015-03-17Fixed #399 -- Hid past events from "upcoming events" listBaptiste Mispelon
2015-03-17Added past/future methods on Event managers.Baptiste Mispelon
2015-03-17Added some tests for Entry managers.Baptiste Mispelon
2015-03-17Updated the code of Entry/Event managers.Baptiste Mispelon
2015-01-27Added news summary and "More news" link to home page.Tim Graham
2015-01-19Fixed flake8 warnings.Tim Graham
2015-01-14Fix #308 - Move news up a notch in the homepage sidebarJannis Leidel
2015-01-04Reverse blog entry URLs properly.Jannis Leidel
2014-12-23Fixed #266 -- Use URL resolving in templatesOla Sitarska
2014-12-22Merge branch '247-yearly-blog-archive'Jannis Leidel
2014-12-22Fixed #121 -- Added pagination on the blogOla Sitarska
2014-12-22Fixed #247 -- Yearly blog archive pages don't workOla Sitarska
2014-12-19Fixed #248 - weblog heading levels are now in sequenceevildmp
2014-12-18Replaced reversed(list( with order parameter. Thanks @jezdez!Ola Sitarska
2014-12-18Fixed #225 -- Grouped months in archive on blog into yearsOla Sitarska
2014-11-22Simplifying Entry and Event managers. Refs #101Ola Sitarska
2014-11-22Ability to add events + displaying them in the navbar of the blog. Close #101Ola Sitarska
2014-11-20Updated to Django 1.7Tim Graham
2014-08-25Removed some u'' prefixes and added unicode_literals.Tim Graham
2014-08-25Added flake8.cfg and cleaned up code.Tim Graham
2014-08-25Removed usage of django.conf.urls.patterns().Tim Graham
2014-01-18Upgraded to Django 1.6.Tim Graham
2013-02-08Move the blog sitemap inside the blog app.Aymeric Augustin
2013-02-07Replace deprecated generic FBV with equivalent CBV in weblog.Aymeric Augustin
2013-02-07Remove all code related to comments.Aymeric Augustin
2013-02-06Update imports from django.conf.urls and avoid import *.Aymeric Augustin
2013-02-05Move apps outside of the django_website package.Aymeric Augustin