Michał Pasternak
013057425f
Min. Python version
2022-06-15 14:43:43 +02:00
Michał Pasternak
9dbdb95227
Rename for PyPI release
2022-06-15 14:29:06 +02: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
Kaustubh Bhalerao
68ac54a72b
Django 3.0.4 ( #107 )
...
Co-authored-by: Kaustubh Bhalerao <bhalerao@soildiagnostics.com>
2020-06-15 14:17:18 +07:00
Jannis Leidel
966b68ee5c
Added some Python versions to trove classifiers.
2019-01-27 22:23:54 +01:00
Jannis Leidel
8c1e33de72
Use io instead of codecs
2016-09-20 11:34:28 +02:00
Jannis Leidel
d7ecd93cce
Port to Python 3 and removed legacy code
2016-09-20 10:34:59 +02:00
Adam Chainz
2427759736
Convert readthedocs links for their .org -> .io migration for hosted projects
...
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
2016-06-11 10:53:29 +01:00
Artur Barseghyan
59c65c56ab
fix setup for python 3
2015-08-18 14:15:26 +02:00
Jannis Leidel
3c67628a63
Removed dependency on versiontools.
2012-05-07 08:36:01 +02:00
Jannis Leidel
65684c1243
Use latest versiontools.
2012-01-08 23:59:52 +01:00
Jannis Leidel
b6d5bfa226
Use better testrunner.
2011-09-06 15:00:30 +02:00
Jannis Leidel
1224ab4005
Added versiontools requirement to setup.py.
2011-09-06 12:31:56 +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
d6a0af9aa7
Split docs in multiple files and updated use ReadTheDocs.
2011-04-11 19:21:51 +02:00
Jannis Leidel
1cff31f515
Updated setup.py and manifest template to use new static file location.
2011-04-11 18:02:04 +02:00
Jannis Leidel
fcafe7fb70
Prepare for a Github move only release.
2010-09-04 14:21:31 +02:00
Jannis Leidel
ddd9d9b4fc
Updated packaging files to not include template file anymore.
2010-06-24 16:22:47 +02:00
Jannis Leidel
70afccbb8f
Updated packaging a little.
...
--HG--
rename : README => README.rst
2010-03-18 18:50:06 +01: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
c7335e4a5e
Minor updates to install instructions, license, manifest template and setup.py.
...
committer: Jannis Leidel <jannis@leidel.info>
--HG--
extra : convert_revision : adf33b8f9e976f92d0a82d753b265e693dca947c
2009-04-11 11:12:11 +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
7fafcbd72b
Small change to fix download from Github.
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@87 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : b0159e9f5cb18d49f224d9d5649614492f80ac49
2008-11-30 00:54:35 +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
2f37c244b0
Small change in the description
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@82 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 5c5cc003dad58a241d8c762bd3e3ac16b581ce3d
2008-11-21 11:25:55 +00:00
leidel
fff8405c69
Updated MANIFEST and bumped minor version to 0.5.2
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@77 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : d6a0d6246b4187ae39b4b0504be20964d46e13b9
2008-11-16 02:02:48 +00:00
leidel
16a75eb97e
Use docs/overview.txt for PyPI and only have small things in README
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@67 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : b17aa26289871ff1eea693d117c3527e3e315efa
2008-11-09 13:56:05 +00:00
leidel
d984b45540
Removed old sync_templates.py script, use the django-admin.py sync_templates please. Removes unneeded code that registers the model with django-reversion manually. Updated docs after move from Google Code to Bitbucket.
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@65 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 49af8f284937e75d0878354684fb1ce9addb04a0
2008-11-09 13:55:20 +00:00
leidel
74482aca1e
Updated German and Hebrew locales (Thanks to Alex Gaynor) and bumped version to 0.5.0
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@61 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : a116b77509c0cf53ff39b8052ec30dcbfeefeeb2
2008-11-02 00:06:16 +00:00
leidel
369e56444a
bumped version
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@53 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : c7ba79449681a364d3556dbee6bde888d131870b
2008-10-04 10:04:23 +00:00
leidel
df4cd6eefc
fixed wrong link in setup.py and readme
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@51 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 186cfedaed9e86360460eb6b831e0734c995f630
2008-09-10 19:29:32 +00:00
leidel
b9fd0c4466
modifications on the docs and version bump
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@50 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 423a7f908aa2f6b9a3e9c00c57a946fd40047c7f
2008-09-07 22:23:37 +00:00
leidel
56c4701737
actually implemented the --force option of sync_templates command, thanks Martin Mahner
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@49 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 249d1af3375b0be74f37e5190475733898545ef5
2008-09-02 13:21:46 +00:00
leidel
9434a10e69
fixed error in custom model save() after changes in Django r8670, bumped version to 0.4.4
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@48 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 9c0c8140843173ac78d682c467fc824b311a6e92
2008-09-02 13:03:51 +00:00
leidel
3039c1c461
bumped version up because of oldforms removal
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@47 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : bdf4dd5d441ad28f6261d4e6d17bc873b362272e
2008-08-27 10:27:51 +00:00
leidel
32a25d8524
Added Hebrew translation, thanks mkriheli
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@43 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : f75b729367d58618ba8670166236938f760e2633
2008-08-23 22:12:17 +00:00
leidel
ca18ebea08
changed version
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@40 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 677dcc00a18a16d486f0f4e234d45ebaabbb437c
2008-08-19 15:18:41 +00:00
leidel
2187c10537
added support for newforms-admin
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@35 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 3be7558f64d204bc9cbb445cb6e1b8ae84369a82
2008-07-19 10:48:07 +00:00
leidel
ffcb12a1c2
changed version to 0.3.1
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@31 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : ea48fa605d716fc7da81d95a86992f3d0a7fd20b
2008-05-13 23:45:04 +00:00
leidel
b41e88b1d8
little changes on setup.py for 0.3.0 release
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@28 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : d4b0c632ad42e8e8c9bf78107ef685b5e2fa1926
2008-05-13 22:46:52 +00:00
leidel
a9df6d73b1
new management command 'sync_templates' for syncing the templates bidirectional
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@27 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 252aa837acd100f5a4588f12d7ea33c5adf30b3c
2008-05-13 22:34:38 +00:00
leidel
d4a634ecb3
added support for newforms-admin with patch by simon.hedberg, thanks
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@21 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 8127ffb5265757b42f66a548c30def925506411c
2008-02-27 19:03:22 +00:00
leidel
dbbca437f2
cosmetic changes
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@19 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 16c23faf8bc2f69fb7a59a9521934f5cc875db2e
2007-07-30 20:50:06 +00:00
leidel
371ada2ae2
sync_templates.py now sync correctly and has some command line options
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@17 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : e67e7d92fbb75c5b02c7378dade7fc94587bc038
2007-07-30 20:00:52 +00:00
leidel
df651dd7e7
next try to make sync_templates.py useful for every day action
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@16 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 106911378c63deb096872456c557b5427465150c
2007-07-30 18:56:04 +00:00
leidel
a8df7a4130
made sync_template.py a script which installs in python's bin dir
...
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@15 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 79849b9391562f13975e52b5f9a18f2712ef95ea
2007-07-30 17:54:00 +00:00