Commit Graph

684 Commits

Author SHA1 Message Date
Carlton Gibson 0b90d877ad Merge pull request #458 from carltongibson/develop
Version 0.14 Release
2016-08-14 21:15:11 +02:00
Carlton Gibson 69905eb869 Update CHANGES and version for 0.14 Release 2016-08-14 21:08:52 +02:00
Carlton Gibson 2715d6f315 Merge pull request #451 from rpkilby/warn-unrecognized-field
Resolve 450, add error message for unrecognized field types
2016-08-14 20:44:23 +02:00
Carlton Gibson 2f7fec71bf Merge pull request #452 from rpkilby/all-values-multiple
Add AllValuesMultiple Test
2016-08-14 20:38:40 +02:00
Carlton Gibson 49358c07ba Merge pull request #453 from edmorley/update-testing-matrix
Update Django and Python versions in testing matrix
2016-08-14 20:37:52 +02:00
Carlton Gibson 2c39201578 Merge pull request #455 from rpkilby/fix-empty-csv-value
Fix empty value for csv filter
2016-08-14 20:36:50 +02:00
Ryan P Kilby 9702e55744 Empty value for CSV should parse as [] 2016-08-10 17:14:57 -04:00
Ryan P Kilby 3ce6060eca Remove duplicate length checks 2016-08-10 17:02:22 -04:00
Ryan P Kilby 1aac7c96d8 Add deprecation docs, expand docs on Meta opts 2016-08-07 15:36:23 -04:00
Ryan P Kilby 86f87f887f Filter generation should assert recognizable field 2016-08-07 15:36:23 -04:00
Ryan P Kilby 69d90c0498 Resolve #450 2016-08-07 15:36:21 -04:00
Ryan P Kilby fa9d6499ee Add AllValuesMultipleTests 2016-08-04 12:09:47 -04:00
Ed Morley f2e85cdd3a Travis: Test on Django 1.10 2016-08-03 15:12:19 +01:00
Ed Morley 82df8e01a8 Tox: Test Django 1.8 on Python 3.5
Since it was being tested on Travis, but not when using Tox.
2016-08-03 15:11:58 +01:00
Ed Morley b18216a197 Tox: Remove Django 1.7 remnants
These were left behind when Django 1.7 was removed from Travis testing.
2016-08-03 15:11:58 +01:00
Ed Morley 19931e4377 Travis: Stop testing on Python 3.2
Since it's no longer supported as of 2016-02-20:
https://docs.python.org/devguide/#status-of-python-branches
2016-08-03 15:11:49 +01:00
Carlton Gibson 15825aa65b Merge pull request #440 from rpkilby/revert-59
Revert #59, deprecate proxied queryset methods
2016-07-31 14:09:04 +02:00
Carlton Gibson 9462777144 Merge pull request #423 from cw0102/develop
AllValuesMultipleFilter for Multiple Selection of AllValues
2016-07-31 14:08:27 +02:00
Ryan P Kilby 784af5918a Add migration docs 2016-07-30 18:44:46 -04:00
Ryan P Kilby 3e760469a5 Add count method to qs deprecations 2016-07-30 16:57:50 -04:00
Carlton Gibson a21dc78fee Merge pull request #447 from rpkilby/fix-choice-filters
Default to only creating ChoiceFilter for exact lookups
2016-07-24 13:40:20 +02:00
Ryan P Kilby 01eab0c920 Default ChoiceFilter to only exact lookups 2016-07-22 16:13:37 -04:00
Carlton Gibson 1c38dc0045 Merge pull request #444 from ad-m/cache_test
Cache pip package in test
2016-07-14 09:05:48 +02:00
Carlton Gibson 23f37e7c5b Merge pull request #443 from ad-m/upstream_develop
Tidy up requirements
2016-07-14 09:04:59 +02:00
Adam Dobrawy 9ecd47945e Add pip cache to TravisCI 2016-07-13 23:54:26 +02:00
Adam Dobrawy 3a9cfaf797 Tidy up requirements - see #305 2016-07-13 23:30:28 +02:00
Adam Dobrawy 10319e2716 Merge branch 'develop' of https://github.com/carltongibson/django-filter into develop 2016-07-13 23:21:32 +02:00
Ryan P Kilby ebaf66db3b Remove FilterSet iteration from docs 2016-06-30 01:57:59 -04:00
Ryan P Kilby 633c1bec06 Remove old model 2016-06-30 01:21:44 -04:00
Ryan P Kilby bb6f83fcbc Fix #439, Deprecate container-like methods 2016-06-30 01:21:39 -04:00
Carlton Gibson ec953120b4 Merge pull request #434 from Logimeter/develop
Add UUIDFilter to filters.__all__
2016-06-28 20:37:30 +02:00
Villiers Strauss 248b0a7edc include DurationFilter in __all__ 2016-06-21 17:08:59 +02:00
Villiers Strauss 90de20766e Add UUID it filters.__all__ and alphabetise 2016-06-21 11:15:32 +02:00
Carlton Gibson 7a9954a95e Add Django to requirements/test.txt
Closes #427
2016-06-09 08:49:28 +02:00
cw0102 0f58ec564c Doc update for AllValuesMultipleFilter 2016-05-22 04:53:20 -04:00
cw0102 4c5872c138 AllValuesMultipleFilter filter type
Add AllValuesMultipleFilter filter type for selecting multiple of only data that already exists in the database
2016-05-22 04:50:53 -04:00
Carlton Gibson f48855a3ea Merge pull request #417 from porschelau/develop
adding the support for distinct to the range query
2016-05-17 10:24:55 +02:00
Carlton Gibson 8bce151b99 Merge pull request #418 from alasdairnicol/docs_link
Updated readthedocs url
2016-05-17 10:21:25 +02:00
Alasdair Nicol e65ad108a7 Updated readthedocs url 2016-05-12 22:58:30 +01:00
Jonathan Lau b3b9c971df adding the support for distinct to the range query 2016-05-11 13:58:04 -07:00
Carlton Gibson bd26029cde Merge pull request #415 from alasdairnicol/docs_urlpatterns
Updated urlpatterns examples in docs for Django 1.8+
2016-05-11 08:47:50 +02:00
Alasdair Nicol f52ebfe45e Updated urlpatterns examples in docs for Django 1.8+ 2016-05-10 16:52:42 +01:00
Carlton Gibson df374f1b22 Merge pull request #414 from rpkilby/fix-limit-choices
Fix limit_choices_to with callables
2016-05-09 10:09:16 +02:00
Ryan P Kilby 9d032f517d Add remote_queryset, fix #413 and fix #238 2016-05-06 21:27:14 -04:00
Mihas b2a95b1165 support of callable as limit_choices_to
Test copied from @mihasK and updated
2016-05-06 19:28:47 -04:00
Carlton Gibson 6a81e90644 Merge pull request #412 from rpkilby/cls-filters-for-model
Add filters_for_model as a class method
2016-05-06 08:58:36 +02:00
Ryan P Kilby aa73a270b2 Add filters_for_model as a class method 2016-04-29 20:01:53 -04:00
Carlton Gibson 0f4b488756 Merge pull request #403 from rpkilby/fix-runshell
Fix runshell sync behavior
2016-04-18 14:01:45 +02:00
Carlton Gibson 0e233d5116 Merge pull request #409 from rpkilby/field-lookup-exception
Add more explanatory FieldLookupError
2016-04-18 13:59:57 +02:00
Ryan P Kilby f61d7a7324 Add more explanatory FieldLookupError 2016-04-18 05:04:25 -04:00