- 07 Mar, 2016 4 commits
-
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
This implementation allows detection of empty values that are non-nullable, allowing the field to return None values for such cases
Jared Lang committed -
Luke Murphy committed
-
- 01 Mar, 2016 5 commits
-
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Rex Kerr committed
-
remove comma
Liping Wang committed -
"@api_view" usage error.
Liping Wang committed
-
- 27 Feb, 2016 2 commits
-
-
Add missing migration file for #3887
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
- 26 Feb, 2016 4 commits
-
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Taranjeet committed
-
Luke Murphy committed
-
- 18 Feb, 2016 1 commit
-
-
Remove page information in pagination error messages
José Padilla committed
-
- 17 Feb, 2016 1 commit
-
-
We remove a couple of informations to lower the exposition of our internals.
Xavier Ordoquy committed
-
- 12 Feb, 2016 4 commits
-
-
Use pandoc to generate a nice PyPI information page.
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
- 11 Feb, 2016 1 commit
-
-
Xavier Ordoquy 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
-
- 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
-