- 29 Feb, 2016 1 commit
-
-
This implementation allows detection of empty values that are non-nullable, allowing the field to return None values for such cases
Jared Lang committed
-
- 22 Feb, 2016 2 commits
-
-
Create issue and pull request templates
Tom Christie committed -
José Padilla committed
-
- 19 Feb, 2016 3 commits
-
-
Closes #3952: Remove old django checks from tests and compat
José Padilla committed -
Closes #3937. Support callable as the value of `initial` for any `serializer.Field`
José Padilla committed -
Just like regular Django fields, the example adopted uses a `datetiume.date.today` to illustrate the functionality.
Erick Wilder committed
-
- 18 Feb, 2016 3 commits
-
-
Remove skipping of tests for Django<1.8. Remove several functions from compat.py not needed for Django>=1.8
Karambir Singh Nain committed -
fix typo
Xavier Ordoquy committed -
fix typo
meoooh committed
-
- 17 Feb, 2016 6 commits
-
-
fix typo
José Padilla committed -
fix typo
José Padilla committed -
Add an usage example on how to pass a callable to the `Field.initial` in the docs.
Erick Wilder committed -
Erick Wilder committed
-
Wes committed
-
Kin committed
-
- 15 Feb, 2016 2 commits
-
-
Drop EOL Django 1.7
Xavier Ordoquy committed -
Carlton Gibson committed
-
- 12 Feb, 2016 1 commit
-
-
Fixed _force_text_recursive typo
Xavier Ordoquy committed
-
- 11 Feb, 2016 2 commits
-
-
Add missing space in serializer error message
José Padilla committed -
Federico Bond committed
-
- 09 Feb, 2016 4 commits
-
-
Remove version string from admin template
Xavier Ordoquy committed -
blag committed
-
Remove version string from base template
Xavier Ordoquy committed -
blag committed
-
- 08 Feb, 2016 2 commits
-
-
Fixes vertical html layout for BooleanField
Tom Christie committed -
`HTMLFormRenderer` renders `BooleanField` field as not checked if vertical layout are used.
Mikalai Radchuk committed
-
- 07 Feb, 2016 2 commits
-
-
Kostya Esmukov committed
-
Kostya Esmukov committed
-
- 04 Feb, 2016 6 commits
-
-
Displayed warnings during test suite.
Xavier Ordoquy committed -
Simon Charette committed
-
Silenced deprecation warnings on Django 1.8.
Xavier Ordoquy committed -
Simon Charette committed
-
Use 'password123' as password for new users in the tutorial
Tom Christie committed -
Trying to create a new user on Django 1.9.x with the password 'password' will fail with the error message 'This password is too common.'. Because of that it is necessary to change the used password from 'password' to 'password123'.
Christian Berendt committed
-
- 03 Feb, 2016 6 commits
-
-
Fixes docstrings in fields.py
Xavier Ordoquy committed -
updated readme with commands from recent versions of django
Xavier Ordoquy committed -
typo in docs - tutorial part 1
Xavier Ordoquy committed -
auvipy committed
-
Chirag Khatri committed
-
Fixes docstrings for `to_choices_dict` and `flatten_choices_dict` functions in fields.py. Mistakes were introduced in #4d69286e
Mikalai Radchuk committed
-