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