Tom Christie
|
21980b800d
|
More test sorting
|
2014-09-08 14:24:05 +01:00 |
|
Tom Christie
|
d934824bff
|
Workin on
|
2014-09-05 16:29:46 +01:00 |
|
Tom Christie
|
c1036c1753
|
More test passing
|
2014-09-03 16:34:09 +01:00 |
|
Tom Christie
|
f2852811f9
|
Getting tests passing
|
2014-09-02 17:41:23 +01:00 |
|
Tom Christie
|
ec096a1cac
|
Add relations and get tests running
|
2014-09-02 15:07:56 +01:00 |
|
Tom Christie
|
4ac4676a40
|
First pass
|
2014-08-29 16:46:26 +01:00 |
|
Tom Christie
|
371d30aa87
|
Remove unused imports.
|
2014-08-29 12:54:52 +01:00 |
|
Tom Christie
|
b552b62540
|
get_paginate_by no longer takes optional .queryset
|
2014-08-29 12:54:03 +01:00 |
|
Tom Christie
|
f87d32558e
|
Remove .link() and .action() decorators.
|
2014-08-29 12:53:45 +01:00 |
|
Tom Christie
|
ce7b2cded9
|
Remove deprecated generic views.
`MultipleObjectAPIView` and `SingleObjectAPIView` are no longer
required.
|
2014-08-29 12:48:49 +01:00 |
|
Tom Christie
|
72c0811576
|
Minor tidy up.
|
2014-08-29 12:48:04 +01:00 |
|
Tom Christie
|
b3253b4283
|
Remove .model usage in tests.
Remove the shortcut `.model` view attribute usage from test cases.
|
2014-08-29 12:35:53 +01:00 |
|
Tom Christie
|
b8c8d10a18
|
Remove page_size argument.
`paginate_queryset` no longer takes an optional `page_size` argument.
|
2014-08-29 11:38:54 +01:00 |
|
Tom Christie
|
e5e6329a22
|
Remove pk_url_field , slug_url_field , slug_field .
Closes #1773.
|
2014-08-29 11:29:26 +01:00 |
|
Tom Christie
|
b3bbf41670
|
Remove allow_empty
|
2014-08-29 11:09:35 +01:00 |
|
Tom Christie
|
0f8fdf4e72
|
Remove allow_empty .
Closes #1774.
|
2014-08-29 10:57:24 +01:00 |
|
Tom Christie
|
f62c874ea9
|
Remove filter_backend .
Closes #1775.
|
2014-08-29 10:48:40 +01:00 |
|
Tom Christie
|
d8eb9e6d45
|
Docs whitespace fix.
|
2014-08-29 10:48:16 +01:00 |
|
Tom Christie
|
572107281f
|
Typo in 2.4 announcement name
|
2014-08-29 10:15:55 +01:00 |
|
Tom Christie
|
2a61ed8bac
|
2.4 Release notes
|
2014-08-29 10:10:17 +01:00 |
|
Tom Christie
|
8f4ae06b3b
|
Merge pull request #1784 from tomchristie/remove-model-attribute
Deprecate `.model` attribute on views
|
2014-08-29 10:03:07 +01:00 |
|
Tom Christie
|
bb1604674f
|
Minor docs update
|
2014-08-29 09:21:10 +01:00 |
|
Tom Christie
|
95093a982e
|
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
|
2014-08-29 09:20:51 +01:00 |
|
Carlton Gibson
|
b88046eb64
|
Merge pull request #1788 from cezar77/fix-1719
Browsable API cleanups. Fixes #1719
|
2014-08-29 10:05:30 +02:00 |
|
Tom Christie
|
e7e3d29de4
|
Sponsor fix
|
2014-08-28 17:35:45 +01:00 |
|
Tom Christie
|
2536b93c03
|
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
|
2014-08-28 17:02:37 +01:00 |
|
Tom Christie
|
73bd408f78
|
Latest sponsor update
|
2014-08-28 17:01:58 +01:00 |
|
Carlton Gibson
|
960fa425bf
|
Merge pull request #1795 from lnhubbell/patch-2
Update generic-views.md
|
2014-08-28 14:12:24 +02:00 |
|
Cezar Pendarovski
|
5380889275
|
Validation errors in the rendered HTML fixed
|
2014-08-28 10:39:01 +02:00 |
|
Nathan Hubbell
|
be21cafd2b
|
Update generic-views.md
Small grammar changes.
|
2014-08-27 17:57:40 -07:00 |
|
Cezar Pendarovski
|
e5d88a80a9
|
Put all TextNodes (method names) back to same line with parent element
|
2014-08-27 09:41:33 +02:00 |
|
Carlton Gibson
|
0724c557b1
|
Merge pull request #1792 from lnhubbell/patch-1
Update generic-views.md
|
2014-08-27 09:29:14 +02:00 |
|
Cezar Pendarovski
|
8c9b795296
|
Merge remote-tracking branch 'upstream/master' into fix-1719
|
2014-08-27 08:43:36 +02:00 |
|
Nathan Hubbell
|
19076510f4
|
Update generic-views.md
|
2014-08-26 17:31:08 -07:00 |
|
Carlton Gibson
|
c29c75da28
|
Merge pull request #1789 from nemesisdesign/patch-5
docs: added drf-hstore to third party fields
|
2014-08-26 11:19:48 +02:00 |
|
Carlton Gibson
|
65fda642f9
|
Merge pull request #1790 from nemesisdesign/patch-6
docs: added HStoreSerializer to third party serializers
|
2014-08-26 11:19:30 +02:00 |
|
Cezar Pendarovski
|
f6cbd88618
|
Merge remote-tracking branch 'upstream/master' into fix-1719
Conflicts:
rest_framework/templates/rest_framework/base.html
|
2014-08-25 17:28:22 +02:00 |
|
Federico Capoano
|
eb81c55d16
|
docs: added HStoreSerializer to third party serializers
added a reference to django-rest-framework-hstore in docs/api-guide/serializers.md
|
2014-08-25 12:32:44 +02:00 |
|
Federico Capoano
|
8e3f7700f6
|
docs: added drf-hstore to third party fields
added a reference to django-rest-framework-hstore in docs/api-guide/fields.md
|
2014-08-25 12:29:10 +02:00 |
|
Cezar Pendarovski
|
4d582fd9ff
|
Made all color declarations in bootstrap-tweaks.css consistent
|
2014-08-22 10:12:52 +02:00 |
|
Cezar Pendarovski
|
1e2bd1294e
|
Fixed the issue with the non-draggable horizontal scrollbar
|
2014-08-22 09:53:03 +02:00 |
|
Tom Christie
|
8b2052172c
|
Add .model deprecation to release notes
|
2014-08-21 12:25:20 +01:00 |
|
Tom Christie
|
21a0a826bb
|
Add Retry-After to release notes. Refs #1508.
|
2014-08-20 17:34:51 +01:00 |
|
Tom Christie
|
3de09f1df0
|
Merge pull request #1508 from uploadcare/set-retry-after
set Retry-After header when throttled
|
2014-08-20 17:29:43 +01:00 |
|
Tom Christie
|
6953a5ecec
|
Typo
|
2014-08-20 17:16:47 +01:00 |
|
Tom Christie
|
4d8c63abc9
|
Deprecate .model in related routers/permissions
|
2014-08-20 17:15:46 +01:00 |
|
Dmitry Mukhin
|
3b07d0c997
|
Merge branch 'master' into set-retry-after
Conflicts:
tests/test_throttling.py
|
2014-08-20 20:04:48 +04:00 |
|
Tom Christie
|
9372cc8c31
|
Deprecate .model attribute on views
|
2014-08-20 16:24:52 +01:00 |
|
Tom Christie
|
59b47eac14
|
Fix cache_throttle typo
|
2014-08-20 12:32:24 +01:00 |
|
Tom Christie
|
6ffc97c808
|
Merge pull request #1770 from tomchristie/2.4.0
2.4.0 Release.
|
2014-08-20 12:06:29 +01:00 |
|