Commit Graph

873 Commits

Author SHA1 Message Date
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
Ryan P Kilby 8feac3930b Fix runshell sync behavior 2016-04-12 12:35:54 -04:00
Carlton Gibson 7a59a2ab85 Merge pull request #402 from rpkilby/common-issues
Add common problems section, restructure docs usage/filter guide
2016-04-08 23:40:48 +02:00
Ryan P Kilby 48783a8f84 Small grammar fixes 2016-04-04 03:01:39 -04:00
Ryan P Kilby efdc89ac8c Add sphinx theme to local builds 2016-04-04 02:45:17 -04:00
Ryan P Kilby 814dc2e34b Resolve #398 2016-04-04 02:44:51 -04:00
Carlton Gibson bd25121332 Merge pull request #399 from v1k45/rangewidget-docs
added rangewidget to docs
2016-04-02 12:57:03 +02:00
Ryan P Kilby 6c41e563ac Fix date range tests by asserting what isn't valid 2016-04-02 15:53:21 +05:30
Carlton Gibson 64bbee55e8 Merge pull request #400 from rpkilby/fix-daterange-tests
Fix date range tests by asserting what isn't valid
2016-04-02 10:17:43 +02:00
Ryan P Kilby 17799dd613 Fix date range tests by asserting what isn't valid 2016-04-01 14:35:50 -04:00
v1k45 cf045f5283 added rangewidget to docs 2016-04-01 23:07:15 +05:30
Carlton Gibson e44a45f6f7 Merge pull request #396 from rpkilby/fix-docs-typo
Fix filter ref docs typos
2016-03-29 20:43:24 +02:00