Commit Graph

16 Commits

Author SHA1 Message Date
Carlton Gibson 69905eb869 Update CHANGES and version for 0.14 Release 2016-08-14 21:08:52 +02:00
Carlton Gibson ba92f71fec Prepare for 0.13 release 2016-03-11 20:38:25 +01:00
Carlton Gibson e1f40b00b4 Update CHANGES and version for release 2016-01-07 20:46:25 +01:00
Carlton Gibson b8758f17f9 Update version for release. 2015-08-14 11:44:33 +02:00
Carlton Gibson 59ac87aa81 Do change notes, bumpversion 2015-05-13 15:13:48 +02:00
Carlton Gibson 888d279c02 Bumpversion to 0.9.3-dev 2015-05-13 14:03:27 +02:00
Carlton Gibson 13d4fe30e5 v0.9.2 2015-01-23 14:52:27 +01:00
Carlton Gibson 138ce03b69 Version 0.9.1
Compatibility with Debug Toolbar's versions panel
2014-12-03 09:28:07 +01:00
Sławek Ehlert 80c704d29f rename a version function
so we can be compatible with django debug toolbar
2014-12-01 22:06:34 +01:00
Carlton Gibson 41e2b72a4a Version 0.9 2014-11-28 13:53:17 +01:00
Sławek Ehlert 3215887a69 Bump version: 0.8.0 → 0.9.0-dev 2014-11-09 20:42:20 +01:00
Sławek Ehlert 788dc847e1 try to use bumpversion when releasing new version 2014-11-09 19:53:56 +01:00
Florian Apolloner f54953de60 Increased version to 0.7 and updated german translations. 2013-08-10 12:35:09 +02:00
nkryptic ea2e1fc61c add coverage.py for travis tests and some import/pep8 cleanup 2013-02-25 17:13:39 -05:00
nkryptic c3d51c1005 major refactor of the tests:
* moves tests package to root of project and renames it to test_django_filters
* splits tests.py into multiple files
* removes fixture need by creating instances on the fly
** attempted to use factory_boy instead, but it isn't py3k compatible yet
* uses django-discover-runner to find the test cases

while primarily focused on test refactoring, it also:
* updates runtests.py to allow more flexibility when running tests
* adds a runshell.py which configures django, runs syncdb and loads the test environment shell (in-memory sqlite db)
* adds pip requirements files for new test dependencies
* updates MANIFEST.in for test package split
* uses py3k compatible relative imports when possible
* removes XMLField handling, since we only support Django >= 1.4
* removes unnecessary code to get length on MultipleChoiceField's choices when filtering
* updates code for pep8 and pyflakes adherence
2013-02-18 20:07:28 -05:00
Alex Gaynor 225aad0808 BACKWARDS INCOMPATIBLE CHANGE: Renamed the module from filter to django_filters, now it doesn't contend with the Python builtin filter. 2009-08-12 18:00:00 -05:00