- 23 Jun, 2017 1 commit
-
-
The link to the Python Exception Handling Techniques article written by Doug Hellmann is broken. I could find the article in the URL I proposed.
Neftalí Acosta committed
-
- 20 Jun, 2017 2 commits
-
-
typo fix
José Padilla committed -
removes an extraneous word
Michael Hrivnak committed
-
- 17 Jun, 2017 3 commits
-
-
doc: fix documentation for Request._authenticate
José Padilla committed -
Update API guide section referring to DOT
José Padilla committed -
DOT renamed `ext` to `contrib` on their new release `1.0.0`
Aristóbulo Meneses committed
-
- 16 Jun, 2017 4 commits
-
-
Fix browsable API not supporting multipart/form-data correctly
Tom Christie committed -
Levi Cameron committed
-
It does not return anything.
Daniel Hahler committed -
Special case for when OneToOneField is also primary key.
Tom Christie committed
-
- 15 Jun, 2017 2 commits
-
-
Added FAQ section for funding site
Tom Christie committed -
Anna committed
-
- 13 Jun, 2017 2 commits
-
-
Quote nested API parameters in api.js
José Padilla committed -
I sometimes have parameter names with a period (.) in them, to represent nested objects, e.g. containerobj.inner_param. The Javascript was throwing an error in the browsable API when interacting with those parameters.
Dan Koch committed
-
- 12 Jun, 2017 2 commits
-
-
Use stacklevel=2 with DeprecationWarnings
Xavier Ordoquy committed -
This makes the warnings refer to the code where it is used, which makes it easier to find and fix.
Daniel Hahler committed
-
- 09 Jun, 2017 1 commit
-
-
Added aria-label and a new region for accessibility purposes in base.html
Tom Christie committed
-
- 05 Jun, 2017 2 commits
-
-
Updated monthly report link + added Tom's PyCon talk
Tom Christie committed -
Anna committed
-
- 02 Jun, 2017 1 commit
-
-
Navigating the page with a reader is easier is there is aria-label and region. https://www.w3.org/WAI/
Pierre Sassoulas committed
-
- 31 May, 2017 3 commits
-
-
Updated DjangoRestMulipleModel documentation to point to new repo loc…
Xavier Ordoquy committed -
Matt Broach committed
-
Levi Cameron committed
-
- 30 May, 2017 3 commits
-
-
import ordering matters
Matt Davis committed -
Levi Cameron committed
-
- 29 May, 2017 8 commits
-
-
Fix list_route, detail_route with kwargs contains curly bracket in url_path
Tom Christie committed -
이동환 committed
-
Add `generator_class` parameter to `get_schema_view` docs.
Tom Christie committed -
Improve memory footprint when reading large JSON requests.
Tom Christie committed -
Added documentation from where to import get_schema_view
Tom Christie committed -
Fix exception when HTML_CUTOFF is set to None
Tom Christie committed -
make sure max_length is in FileField kwargs
Xavier Ordoquy committed -
Dryice Liu committed
-
- 28 May, 2017 1 commit
-
-
이동환 committed
-
- 27 May, 2017 1 commit
-
-
Dryice Liu committed
-
- 26 May, 2017 2 commits
-
-
Fixed test_hyperlinked_related_lookup_url_encoded_exists.
Carlton Gibson committed -
Space character ' ' is prohibited in IRIs, therefore we shouldn't rely on encoding '%20' to ' ' in the HyperlinkedRelatedField tests.
Mariusz Felisiak committed
-
- 25 May, 2017 2 commits
-
-
이동환 committed
-
- Autodetect missing boundary parameter for Content-Type header - textarea value normalises EOL chars to \n when multipart/form-data requires \r\n
Levi Cameron committed
-