Tom Christie
|
58d38d694e
|
Merge branch 'master' into writable-nested-modelserializer
|
2013-06-28 09:07:09 +01:00 |
|
Toby Champion
|
250dfef158
|
Changes 'python' to 'Python' when used in prose.
|
2013-06-12 14:51:17 -07:00 |
|
Tom Christie
|
5d0aeef69e
|
Better docs related to lookup_field and hyperlinked serializers. Closes #920.
|
2013-06-10 17:46:55 +01:00 |
|
gnunamed
|
fdb689f9b5
|
Update serializers.md
|
2013-06-05 13:53:00 -05:00 |
|
Tom Christie
|
de00ec95c3
|
Merge master
|
2013-06-05 13:33:19 +01:00 |
|
Stephan Groß
|
7a570e16e9
|
Fix md formatting and typos
|
2013-05-28 17:13:12 +02:00 |
|
Pascal Borreli
|
8f35ac4f93
|
Fixed typos
|
2013-05-28 15:09:23 +01:00 |
|
Mark Aaron Shirley
|
e550740b3d
|
Merge remote-tracking branch 'upstream/master' into writable-nested-modelserializer
Conflicts:
rest_framework/tests/relations_nested.py
|
2013-05-08 22:39:48 -07:00 |
|
Tom Christie
|
b70c9cc107
|
Merge master
|
2013-05-05 18:12:35 +01:00 |
|
Tom Christie
|
2dfd8c9697
|
docs, docs, docs
|
2013-05-05 16:48:12 +01:00 |
|
Victor Shih
|
8cabae22c5
|
Example and spelling fixes. Change "browseable" to "browsable" for consistency.
|
2013-05-01 21:26:40 -07:00 |
|
Tom Christie
|
21ae3a6691
|
Drop out attribute
|
2013-04-30 08:24:33 +01:00 |
|
Mark Aaron Shirley
|
c7e000e46e
|
Merge remote-tracking branch 'upstream/master' into writable-nested-modelserializer
Conflicts:
docs/api-guide/serializers.md
|
2013-04-16 09:55:47 -07:00 |
|
Mark Aaron Shirley
|
bda25479aa
|
Update docs with allow_add_remove
|
2013-04-10 08:44:54 -07:00 |
|
Victor Shih
|
33ce7dfac4
|
Spelling/grammar fixes.
|
2013-03-30 20:28:27 -07:00 |
|
Tom Christie
|
92c929094c
|
Version 2.2.5
|
2013-03-26 07:48:53 +00:00 |
|
Tom Christie
|
8387cb5d16
|
Docs fix
|
2013-03-25 20:28:17 +00:00 |
|
Tom Christie
|
7eefcf7e53
|
Bulk update, allow_add_remove flag
|
2013-03-25 20:26:34 +00:00 |
|
Tom Christie
|
13794baf70
|
Bit of extra tidying and plenty of docs
|
2013-03-22 17:01:06 +00:00 |
|
Tom Christie
|
b2dc664485
|
Basic bulk create and bulk update
|
2013-03-19 14:26:48 +00:00 |
|
Tom Christie
|
034c4ce408
|
Fix serializer restore_object example for partial updates
|
2013-03-17 20:06:38 +00:00 |
|
Tom Christie
|
ef0caf64d3
|
Extra note on method
|
2013-03-17 19:59:13 +00:00 |
|
Tom Christie
|
e80d3d1bdf
|
Fix text regarding serializer error messages.
Closes #734.
|
2013-03-17 19:51:04 +00:00 |
|
Ian Dash
|
66605acaf0
|
Errors during deserializing lists now return a list of tuples with
index of bad item in data plus usual errors dict
|
2013-03-08 15:08:05 +00:00 |
|
Tom Christie
|
ca8e073e34
|
TODO -> TODONE
|
2013-02-23 22:01:29 +00:00 |
|
Tom Christie
|
f97aa49809
|
Docs on serializer context.
|
2013-02-12 13:55:00 +00:00 |
|
Tom Christie
|
f642ee48a6
|
Document serializing querysets
|
2013-02-12 12:14:58 +00:00 |
|
Tom Christie
|
1929159db1
|
Docs tweaks.
|
2013-01-29 09:15:16 +00:00 |
|
Tom Christie
|
1f6af163fe
|
Tweak quote
|
2012-12-29 12:15:15 +00:00 |
|
Tom Christie
|
5d4ea3d23f
|
Add .validate() example
|
2012-12-28 12:59:24 +00:00 |
|
Mark Aaron Shirley
|
0876bed963
|
Merge remote-tracking branch 'upstream/master' into partial-update
|
2012-11-21 09:37:22 -08:00 |
|
Stephan Groß
|
9459289d7d
|
updated comparison due to pep8 programming recommendations
http://www.python.org/dev/peps/pep-0008/#programming-recommendations
|
2012-11-21 13:35:20 +01:00 |
|
Mark Aaron Shirley
|
3b43d41e91
|
Documentation changes for partial serializer updates
|
2012-11-20 15:57:54 -08:00 |
|
Tom Christie
|
e224061189
|
Support for read_only_fields on ModelSerializer classes
|
2012-11-09 17:01:20 +00:00 |
|
Stephan Groß
|
e02a8470e8
|
fixed typo
|
2012-11-06 21:18:49 +01:00 |
|
Tom Christie
|
b7b942c599
|
Swap position of instance and data keyword arguments.
|
2012-11-05 10:53:20 +00:00 |
|
Stephan Groß
|
2de89f2d53
|
remove empty rows
|
2012-10-29 09:29:45 +01:00 |
|
Tom Christie
|
351382fe35
|
nested -> depth
|
2012-10-28 20:43:43 +00:00 |
|
Tom Christie
|
6e4ab09aae
|
readonly -> read_only
|
2012-10-28 20:21:45 +00:00 |
|
Tom Christie
|
d97c712124
|
Fix typo reported by @diviei
|
2012-10-24 20:49:09 +02:00 |
|
Jamie Matthews
|
d60d598e02
|
Clean up internal names and documentation
|
2012-10-24 11:43:30 +01:00 |
|
Jamie Matthews
|
ac2d39892d
|
Add cross-field validate method
|
2012-10-24 11:39:17 +01:00 |
|
Jamie Matthews
|
388a807f64
|
Switch from clean_<fieldname> to validate_<fieldname>, clarify documentation
|
2012-10-24 11:27:01 +01:00 |
|
Jamie Matthews
|
51fae73f3d
|
Implement per-field validation on Serializers
|
2012-10-24 09:28:10 +01:00 |
|
Marko Tibold
|
71a93930fd
|
Fixing spelling errors.
|
2012-10-21 16:34:07 +02:00 |
|
Tom Christie
|
9bbc1cc403
|
Add flag in get_related_field
|
2012-10-09 17:49:04 +01:00 |
|
Tom Christie
|
b0c370dd2b
|
Fixed couple of incorrect imports in the docs
|
2012-10-09 17:36:03 +01:00 |
|
Tom Christie
|
ab173fd8f9
|
Fix bug where pk could be set in post data
|
2012-10-02 15:37:13 +01:00 |
|
Tom Christie
|
247696e820
|
Links to source files in docs
|
2012-09-08 22:06:13 +01:00 |
|
Tom Christie
|
deedf6957d
|
REST framework 2 docs
|
2012-09-01 20:26:27 +01:00 |
|