mirror of
https://github.com/jazzband/django-categories.git
synced 2026-05-05 06:04:47 +00:00
Release 1.4
This commit is contained in:
parent
b715096e6a
commit
1cbc7cf370
3 changed files with 9 additions and 1 deletions
|
|
@ -12,3 +12,4 @@ David Charbonnier github.com/oxys
|
|||
Brad Jasper github.com/bradjasper
|
||||
Martin Matusiak github.com/numerodix
|
||||
Iacopo Spalletti github.com/yakky
|
||||
Brent O'Connor github.com/epicserve
|
||||
|
|
@ -13,6 +13,13 @@ Django Categories grew out of our need to provide a basic hierarchical taxonomy
|
|||
|
||||
As a news site, our stories, photos, and other content get divided into "sections" and we wanted all the apps to use the same set of sections. As our needs grew, the Django Categories grew in the functionality it gave to category handling within web pages.
|
||||
|
||||
New in 1.4
|
||||
==========
|
||||
|
||||
* Support for Python 2.7, 3.4 and 3.5
|
||||
* Support for Django 1.9
|
||||
* Major help from Brent O'Connor (epicserve)
|
||||
|
||||
New in 1.3
|
||||
==========
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
__version_info__ = {
|
||||
'major': 1,
|
||||
'minor': 3,
|
||||
'minor': 4,
|
||||
'micro': 0,
|
||||
'releaselevel': 'final',
|
||||
'serial': 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue