Will Dady
ca0841576f
Removing references to get_paginate_by() as it no longer exists.
2015-11-17 15:00:00 +11:00
Ryan Hiebert
dca2de3a5c
Make the override check a utility function
2015-11-16 12:21:58 -06:00
Tom Christie
316c374b02
Merge pull request #3635 from martinhill/issue_3634
...
Relation fields no to_fields attribute attribute break serializer
2015-11-16 16:20:38 +00:00
Martin Hill
ff36cbe4ba
same logic, more pythonic
2015-11-14 23:04:32 -05:00
Martin Hill
bac6f1fcf4
check if field.to_fields is None
2015-11-14 18:26:29 -05:00
Martin Hill
e475464945
fix for issue #3634
2015-11-14 17:00:07 -05:00
Ryan Hiebert
fe12816b82
Move default validation back into init method
2015-11-13 15:16:27 -06:00
Dawn Pattison
3ddbf92bf9
Remove unicode from exception value.
2015-11-13 10:41:57 -05:00
Dawn Pattison
5fdc4f22cf
Add tests to ensure ListField does not except dictionary as input.
2015-11-13 10:17:09 -05:00
Denis Cornehl
3806af3d15
allow setting a custom Django Paginator in pagination.PageNumberPagination
2015-11-13 16:04:12 +01:00
Xavier Ordoquy
4eef2ea21e
Merge pull request #3600 from nfletton/fix/browser/single-tab-render
...
Fix regression causing raw data form to not display
2015-11-13 13:24:47 +01:00
Tom Christie
5899b00dac
Merge pull request #3626 from linovia/bug/fix_failing_py35_test_case
...
Fix module name with Python 3.5 (#3534 )
2015-11-12 10:01:36 +00:00
Xavier Ordoquy
795cf4716d
Fix module name with Python 3.5
2015-11-11 17:44:46 +01:00
d6bels
82eb4c8d71
Login form autofocus
2015-11-11 10:51:20 +01:00
Xavier Ordoquy
23460bfa41
Add a note about how to turn pagination off
2015-11-10 11:33:54 +01:00
Michael J. Schultz
f308900a5f
Bump the markdown optional requirement as well
2015-11-09 11:48:17 -06:00
Michael J. Schultz
abc6fa05e6
Markdown 2.1 compatible
2015-11-09 11:47:00 -06:00
Tom Christie
944a1711ec
Merge pull request #3606 from ryanhiebert/tox-no-basepython
...
Don't specify unnecessary basepython
2015-11-06 08:14:08 +01:00
Ryan Hiebert
f2452936e9
Allow no queryset when get_queryset overridden
...
The user may wish to provide a dynamic queryset on a `RelatedField`
based on the `context`. The way to do that is to create a subclass of
`RelatedField` (or a child) and override the `get_queryset` method.
However, this is undocumented, and instantiating that field without a
`queryset` argument (because it's not needed) will raise an assertion
error.
Document `.get_queryset(self)` as an official part of the API of
`RelatedField`, and don't enforce the use of `queryset` when
`get_queryset` is overridden.
2015-11-05 17:34:02 -06:00
Ryan Hiebert
240eb672af
Don't specify basepython
...
tox automatically includes basepython definitions for all the common
python versions, and will recognize it in factors of envs in the
envlist.
2015-11-05 12:12:29 -06:00
Michael J. Schultz
b2e74fb523
Use markdown 2.6 extension_configs to configure extension
2015-11-05 10:52:31 -06:00
Michael J. Schultz
d9d34e4886
Use full python dot path to extension
2015-11-05 10:48:19 -06:00
Michael J. Schultz
276bc3bc2b
Remove safe_mode since it is not safe.
2015-11-05 10:47:56 -06:00
Xavier Ordoquy
2704036ad5
Merge pull request #3602 from vkaracic/patch-1
...
Typo
2015-11-05 11:52:52 +01:00
Vedran Karačić
ede15645e0
Typo
2015-11-05 11:51:29 +01:00
nfletton
f85ad301eb
Fix regression causing raw data form to not display
2015-11-04 15:43:25 -07:00
Tom Christie
7d59991636
Merge pull request #3595 from jpadilla/update-version
...
Test against Django 1.8.6
2015-11-04 22:14:13 +00:00
José Padilla
08a00ce46d
Test against Django 1.8.6
2015-11-04 13:27:19 -04:00
Tom Christie
d959c6337a
Release notes
2015-11-04 14:59:09 +00:00
Tom Christie
33b512b1f2
Version 3.3.1
2015-11-04 14:49:57 +00:00
Tom Christie
544c24e7cb
Merge pull request #3593 from tomchristie/primary-key-check-for-to-field
...
Proper 'primary key' checking on to_fields.
2015-11-04 14:49:11 +00:00
Tom Christie
54b79db214
Proper 'is primary key' checking
2015-11-04 14:37:32 +00:00
Tom Christie
95f92e995c
Merge pull request #3560 from ericholscher/fix-empty-filter
...
Allow HTML to render when no filter_class is defined.
2015-11-04 14:20:03 +00:00
Tom Christie
bfdf795843
Merge pull request #3592 from tomchristie/request-parsing-when-post-accessed
...
Request parsing when .POST accessed
2015-11-04 14:17:55 +00:00
Tom Christie
d587ad1021
Use REST framework request parsing when accessing old-style .POST
2015-11-04 14:10:51 +00:00
Xavier Ordoquy
950e5e0fec
Merge pull request #3589 from ryanhiebert/docs-custom-hyperlinks
...
docs - reverse needs kwargs keyword
2015-11-04 08:05:41 +01:00
Ryan Hiebert
b86e5af878
reverse needs kwargs keyword
...
Since we aren't passing in any args, we must specify kwargs as a keyword
argument.
2015-11-03 21:45:21 -06:00
Tom Christie
ae008316fa
Merge pull request #3585 from TravisJMorton/patch-1
...
typo
2015-11-02 21:30:47 +00:00
Travis J Morton
03cb959416
typo
2015-11-02 12:58:21 -08:00
Tom Christie
63ac8ac4ab
Merge pull request #3553 from adamzap/doc-section-permalinks
...
Add section permalinks to docs
2015-11-02 16:18:22 +00:00
Tom Christie
d6b9cf6b6b
Merge pull request #3583 from davidszotten/filtering-docs-images
...
fix image paths
2015-11-02 15:34:13 +00:00
David Szotten
9a14613f41
fix image paths
2015-11-02 15:28:02 +00:00
José Padilla
119a073299
Merge pull request #3576 from michael-k/readme
...
Updated readme to reflect 3.3 release
2015-10-30 08:15:54 -04:00
Michael K
aa5331de8e
Updated readme to reflect 3.3 release
2015-10-30 13:04:44 +01:00
Xavier Ordoquy
ce491b3424
Merge pull request #3568 from jpadilla/decimal-validator
...
Add compat util for DecimalValidator
2015-10-30 12:54:08 +01:00
José Padilla
7d79cf35b7
Add regression test for DecimalField mapping
2015-10-30 07:47:11 -04:00
José Padilla
08e4a98822
Merge pull request #3564 from mcastle/patch-1
...
Fix trans template tag error on admin
2015-10-30 06:29:25 -04:00
Xavier Ordoquy
48b0efbe2f
Merge pull request #3572 from jamesbeith/docs-missing-import-for-example
...
Adds import for `Response`
2015-10-29 16:55:35 +01:00
James Beith
0143586541
Adds import for Response
2015-10-29 15:48:45 +00:00
Xavier Ordoquy
eeafd40ccd
Merge pull request #3571 from JocelynDelalande/patch-2
...
typo on relations docstring
2015-10-29 16:23:55 +01:00