José Padilla
0b6f53eb98
Merge pull request #3943 from erickwilder/3937-accept-callable-as-initial-value
...
Closes #3937 . Support callable as the value of `initial` for any `serializer.Field`
2016-02-19 10:41:23 -04:00
Erick Wilder
a32baeab0c
Use datetime example for the Field.initial
attribute
...
Just like regular Django fields, the example adopted uses a `datetiume.date.today` to
illustrate the functionality.
2016-02-19 09:53:50 +01:00
Karambir Singh Nain
69f1e3a9fd
Remove old django checks from tests and compat
...
Remove skipping of tests for Django<1.8. Remove several functions from compat.py not needed for Django>=1.8
2016-02-19 01:47:45 +05:30
Xavier Ordoquy
5ace7174d4
Merge pull request #3949 from meoooh/patch-2
...
fix typo
2016-02-18 09:15:39 +01:00
meoooh
5cda3a04dd
fix typo
...
fix typo
2016-02-18 14:43:41 +09:00
José Padilla
c6dadc062d
Merge pull request #3946 from linovia/feature/remove_page_info_in_pagination_error_msg
...
Remove page information in pagination error messages
2016-02-17 22:48:30 -04:00
Xavier Ordoquy
5e08231453
Remove informations about why the pagination didn't work.
...
We remove a couple of informations to lower the exposition of our internals.
2016-02-17 18:18:19 +01:00
José Padilla
bec5f3db83
Merge pull request #3941 from wesgt/master
...
fix typo
2016-02-17 07:11:36 -04:00
José Padilla
0e1c1f6b91
Merge pull request #3940 from jianlin/typo-fix
...
fix typo
2016-02-17 07:11:04 -04:00
Erick Wilder
908efd6656
#3937 Update docs for the Field.initial attribute.
...
Add an usage example on how to pass a callable to the `Field.initial` in the docs.
2016-02-17 11:01:09 +01:00
Erick Wilder
8109752061
Closes #3937 . Support callable as the value of initial
for any serializer.Field
2016-02-17 10:52:21 +01:00
Wes
b773f03bd0
fix typo
2016-02-17 16:35:53 +08:00
Kin
96644bd6c1
fix typo
2016-02-16 23:08:45 -08:00
Carlton Gibson
cbb8d8d254
Test deserialising data including None
fk
2016-02-16 09:38:42 +01:00
Carlton Gibson
20d1fdba69
Fix None UUID ForeignKey serialization
2016-02-16 09:29:48 +01:00
Xavier Ordoquy
79dad012b0
Merge pull request #3933 from carltongibson/drop-django-17
...
Drop EOL Django 1.7
2016-02-15 19:59:00 +01:00
Carlton Gibson
296c567645
Drop EOL Django 1.7
2016-02-15 16:07:42 +01:00
Xavier Ordoquy
2fc44402f9
Merge pull request #3928 from linovia/feature/pandoc_for_setup
...
Use pandoc to generate a nice PyPI information page.
2016-02-12 14:52:17 +01:00
Xavier Ordoquy
f48ccad581
Fail hard during publish if pandoc isn't available.
2016-02-12 13:43:18 +01:00
Xavier Ordoquy
f5822e7b71
Bump version to 3.3.3
2016-02-12 13:23:08 +01:00
Xavier Ordoquy
72ecd32c6b
Use pandoc to generate a nice PyPI information page.
2016-02-12 13:15:20 +01:00
Xavier Ordoquy
3693e938a4
Merge pull request #3908 from kostya0shift/fix_exceptions_force_text
...
Fixed _force_text_recursive typo
2016-02-12 08:24:13 +01:00
José Padilla
8c1365e315
Merge pull request #3926 from federicobond/patch-1
...
Add missing space in serializer error message
2016-02-11 15:23:16 -04:00
Federico Bond
03b5438d07
Add missing space in serializer error message
2016-02-11 15:09:21 -03:00
Xavier Ordoquy
c8ca3a1c05
Release notes for 3.3.3
2016-02-11 07:14:45 +01:00
Xavier Ordoquy
aeda2adeea
Merge pull request #3913 from blag/patch-2
...
Remove version string from admin template
2016-02-09 14:03:28 +01:00
blag
89d575a52a
Remove version string from admin template
2016-02-09 05:56:47 -07:00
Xavier Ordoquy
582928da3e
Merge pull request #3912 from blag/patch-1
...
Remove version string from base template
2016-02-09 08:09:11 +01:00
blag
d2ca8872c0
Remove version string from base template
2016-02-08 22:36:39 -07:00
Tom Christie
df9b3fbde4
Merge pull request #3910 from m1kola/patch-1
...
Fixes vertical html layout for BooleanField
2016-02-08 15:12:51 +00:00
Mikalai Radchuk
59ab3a291c
Fixes vertical html layout for BooleanField
...
`HTMLFormRenderer` renders `BooleanField` field as not checked if vertical layout are used.
2016-02-08 17:07:16 +03:00
Kostya Esmukov
b6adfab9b2
Added test case for #3908
2016-02-07 19:26:37 +03:00
Kostya Esmukov
3ea1fe61a0
Fixed _force_text_recursive typo
2016-02-07 18:58:19 +03:00
Xavier Ordoquy
a3f513c83c
Merge pull request #3904 from charettes/tox-warnings
...
Displayed warnings during test suite.
2016-02-04 20:14:27 +01:00
Simon Charette
57608b937e
Displayed warnings during test suite.
2016-02-04 13:58:50 -05:00
Xavier Ordoquy
61f3ccf385
Merge pull request #3903 from charettes/deprecation-warnings-1.8
...
Silenced deprecation warnings on Django 1.8.
2016-02-04 19:57:32 +01:00
Simon Charette
1a052d6ee3
Silenced deprecation warnings on Django 1.8.
2016-02-04 13:49:55 -05:00
Tom Christie
24c4850019
Merge pull request #3902 from betacloud-solutions/tutorial_createsuperuser_password
...
Use 'password123' as password for new users in the tutorial
2016-02-04 11:11:02 +00:00
Christian Berendt
ff4d7c7e07
Use 'password123' as password for new users in the tutorial
...
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'.
2016-02-04 07:26:15 +01:00
Xavier Ordoquy
564b1c8268
Merge pull request #3896 from m1kola/patch-1
...
Fixes docstrings in fields.py
2016-02-03 11:10:12 +01:00
Xavier Ordoquy
d4fbd6e531
Merge pull request #3898 from auvipy/dev
...
updated readme with commands from recent versions of django
2016-02-03 11:05:29 +01:00
Xavier Ordoquy
ea796fa071
Merge pull request #3897 from zvovov/master
...
typo in docs - tutorial part 1
2016-02-03 11:04:20 +01:00
auvipy
0d4db85e8c
updated readme with commands from recent versions of django
2016-02-03 16:01:37 +06:00
Chirag Khatri
62551bc80f
typo in tutorial part 1
2016-02-03 15:25:31 +05:30
Mikalai Radchuk
1f2a32d506
Fixes docstrings in fields.py
...
Fixes docstrings for `to_choices_dict` and `flatten_choices_dict` functions in fields.py.
Mistakes were introduced in #4d69286
2016-02-03 12:36:00 +03:00
José Padilla
0512c394a3
Merge pull request #3875 from m1kola/bugfix/HTMLFormRenderer-render-renderer_context-default
...
Fixes AttributeError in HTMLFormRenderer.render
2016-02-01 16:28:11 -04:00
Xavier Ordoquy
ee23ef9907
Merge pull request #3889 from jpadilla/update-django
...
Update Django versions
2016-02-01 20:43:24 +01:00
José Padilla
37d1d3e738
Update Django versions
2016-02-01 15:36:11 -04:00
Xavier Ordoquy
dce544ec59
Merge pull request #3887 from mnach/enhancement-3886
...
enhancement #3886 Internationalization in admin interface for authtoken
2016-02-01 10:10:48 +01:00
Mikhail Nacharov
d0f7b04805
enhancement #3886 Internationalization in admin interface rest_framework.authtoken
...
+ verbose_name in models.Token fields
+ Meta-options verbose_name & verbose_name_plural
+ Labels in AuthTokenSerializer fields in case of usages in Brousable API
+ provide AppConfig class as described in django documentation with verbose_name came through ugettext_lazy
2016-02-01 13:20:16 +05:00