Commit graph

38 commits

Author SHA1 Message Date
Viktor Kálmán
ac740e06f3
Support for Python 3.12 and up (#143)
* support for Python 3.12 and up

* removed unused deprecated ugettext imports

* fix django main being Python 3.12+

* missed some copypaste
2025-02-16 21:08:16 +01:00
Jannis Leidel
012fe061a8
Migrate to GitHub Actions. (#112)
* Add GitHub Actions test workflow.

* Update version map.

* Fix flake8

* Write coverage file.

* Fix typo.

* Add release workflow.

* Removed Travis cruft and updated other files.

* Update trove classifiers.

* Black setup.

* Remove unneeded twine check.

* Extend changelog.

* Fix six issue.

* Update tox.ini

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

* Add 3.9.

* Add base python

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2020-12-09 09:55:35 +01:00
Jannis Leidel
78ca3f48dd
Bump version to 3.0. 2019-01-27 22:26:41 +01:00
Waldecir Santos
149a16e308
bump version 2018-10-01 18:53:22 +01:00
Jannis Leidel
70fb31c190 Add Django appconfig for overriding the name in the admin 2016-09-20 12:41:44 +02:00
Jannis Leidel
d7ecd93cce Port to Python 3 and removed legacy code 2016-09-20 10:34:59 +02:00
Michael Kutý
c9569a81db update readme and added notice about compatibility, bump version and changelog 2015-06-15 21:03:09 +02:00
Michael Kutý
658aca88dc bump version 2015-06-15 16:35:15 +02:00
Jannis Leidel
8844180d6c Bumped version to 1.3. 2012-05-07 23:52:59 +02:00
Jannis Leidel
c59de762f9 Correct version. 2012-05-07 23:48:21 +02:00
Jannis Leidel
3c67628a63 Removed dependency on versiontools. 2012-05-07 08:36:01 +02:00
Jannis Leidel
b6d5bfa226 Use better testrunner. 2011-09-06 15:00:30 +02:00
Jannis Leidel
d5be3e42d5 Use django-appconf. 2011-09-06 12:31:28 +02:00
Jannis Leidel
f6ea762ed4 Bumped to 1.2 and extended Trove classifiers. 2011-08-15 13:12:47 +02:00
Jannis Leidel
88f6c54c83 Bumped version up a bit. 2011-07-08 15:00:28 +02:00
Jannis Leidel
99188bb92c Bumped version and copyright year. 2011-07-06 21:25:17 +02:00
Jannis Leidel
1dc6580b67 Bumped to 1.0.1. 2011-04-14 13:46:15 +02:00
Jannis Leidel
5dd6bf991d Added PEP386 helper code. 2011-04-11 23:33:47 +02:00
Jannis Leidel
153a6f1368 Bumped to 0.8.0. 2010-11-07 00:25:57 +01:00
Jannis Leidel
b0e64ffd4c Bumped to 0.7.4. 2010-09-23 04:01:49 +02:00
Jannis Leidel
4629a998d8 Bumped version. 2010-09-21 14:40:34 +02:00
Jannis Leidel
72abb2f6f1 Bumped version to 0.7.2a1 2010-07-07 12:42:30 +02:00
Jannis Leidel
19e03526a0 Bumped to 0.7.1a1. 2010-06-24 16:25:57 +02:00
Jannis Leidel
4a91d91cce Fixed silly versioning kerfuffle. 2010-06-24 16:24:36 +02:00
Jannis Leidel
2df8e9658a Bumped version to 0.7.0a1. 2010-06-24 11:50:11 +02:00
Jannis Leidel
fbbf265b55 Bumped version up a little. 2010-03-18 19:20:33 +01:00
Jannis Leidel
2beda0697d Living in the future 2009-10-19 02:50:46 +02:00
Jannis Leidel
a04c535a49 Bumped version up to 0.6.1dev and fixed minor problem with doc index 2009-10-09 15:36:47 +02:00
Jannis Leidel
a2547a90be Getting ready for 0.6.0 2009-10-09 15:01:57 +02:00
Jannis Leidel
5585c5320f Bumped version up to 0.5.9 and added dev flag 2009-08-19 20:51:26 +02:00
Jannis Leidel
3da20729b5 Exlucde example app from installation, bumped to 0.5.8 2009-05-26 19:54:27 +02:00
Jannis Leidel
394c69c4cc Changed docs and setup.py to use new location at Bitbucket. Added hgignore, remove .gitignore 2009-05-20 14:08:59 +02:00
Jannis Leidel
fc8b4e148a Bumped to version 0.5.6
committer: Jannis Leidel <jannis@leidel.info>

--HG--
extra : convert_revision : ed792bd5fbc13aaf9eb307144c65c5f36cddcbd0
2009-04-11 11:13:47 +02:00
Jannis Leidel
078985d629 Changed setup.py to use setuptools because it has a with zip_safe attribute which prevents creating zipped installations.
committer: Jannis Leidel <jannis@leidel.info>

--HG--
extra : convert_revision : 5e5b1e2202d8e4b2354e52273e468a829f173508
2009-03-01 01:04:19 +01:00
leidel
b7011dce7e Made loader and cache backends site-aware. The filesystem cache backend now saves the files under <dir>/<site_domain>/<file_name>. The Django cache backend the Site id in the cache key. Template is now saved explicitly to backend if not existent in cache (e.g. if deleted manually or invalidated). Bumped version to 0.5.4.
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@88 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : 564571948adb06cdda915b665aa61d00b3118ed0
2008-12-26 17:39:48 +00:00
leidel
c9277e9c84 Removed automatic creation of 404.html and 500.html templates and added a new management command for those cases called "create_error_templates". Also made reverted move to Bitbucket.
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@84 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : b03959a7322a1acd040dad721d80d7bbd680f16d
2008-11-28 13:06:34 +00:00
leidel
84dc3e0bcc Added hooks for __version__
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@83 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : 5c361908f79ffc41f9d88db684370b4a2e194028
2008-11-21 11:26:14 +00:00
leidel
bbc00a779b again: refactoring as a standalone application
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@12 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : 5fc12102108671ddb3b9890c9091bd39cb446728
2007-07-20 14:30:48 +00:00