Changeset 360
- Timestamp:
- 07/20/10 21:43:46 (7 weeks ago)
- Location:
- Python/blog/trunk
- Files:
-
- 2 edited
-
Changes (modified) (2 diffs)
-
blog/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Python/blog/trunk/Changes
r358 r360 1 1 Revison history. 2 2 3 1.3 3 1.3 (July 20 2010): 4 4 - Added {% csrf_token %} to search. 5 5 - RPC support for Blogger 1.0, MetaWeblog, and MoveableType (Patch … … 10 10 get a individualized feed. 11 11 12 1.2 (May 3 2010):12 1.2 (May 3 2010): 13 13 - Added author list page, which shows all authors. 14 14 - BLOG_PAGINATE_AUTHOR_LIST controls the number of pages show in the -
Python/blog/trunk/blog/__init__.py
r339 r360 1 VERSION = (1, 2, 0)1 VERSION = (1, 3, 0) 2 2 3 3 def get_version():
Note: See TracChangeset
for help on using the changeset viewer.