Mark Shirley
466d4584ae
Remove duplicate release notes line
2013-01-03 23:18:58 +01:00
Tom Christie
ad671022e1
Version 2.1.15
2013-01-03 22:14:11 +00:00
Tom Christie
4223786ddc
Tweak release notes.
2013-01-03 22:11:50 +00:00
Tom Christie
a122856d46
Tweak behavior of hyperlinked fields with an explicit format suffix.
2013-01-03 21:50:28 +00:00
Tom Christie
bfea7f64ee
Tweak behavior of hyperlinked fields that include an explicit format suffix.
2013-01-03 21:49:29 +00:00
Tom Christie
92ae08207a
Drop unused private save_m2m flag
2013-01-03 21:49:01 +00:00
Tom Christie
05c72a5d30
Fix copyright notice and travis badge
2013-01-03 21:46:39 +00:00
Yuri Prezument
097f4c6962
Updated release-notes
2013-01-03 09:40:49 +02:00
Tom Christie
161432d78c
Added @ahankinson, for PATCH support. Thanks!
2013-01-02 13:49:43 +00:00
Tom Christie
ef73160599
Added RetrieveUpdateAPIView
2013-01-02 13:46:19 +00:00
Mark Aaron Shirley
f62acf025e
Update release notes
2013-01-01 18:06:22 +01:00
Tom Christie
eff833b39d
Version 2.1.14
2012-12-31 08:53:49 +00:00
Tom Christie
8fad0a727a
Relation fields move into relations.py
2012-12-31 08:53:40 +00:00
Tom Christie
af5c3c3bf4
Added @sebastibe. Thanks!
2012-12-30 07:51:07 +00:00
Tom Christie
275fcde5e6
Added @toranb - Thank you!
2012-12-29 16:59:01 +00:00
Tom Christie
3c7a636199
Updated release notes
2012-12-29 16:58:51 +00:00
Tom Christie
25398e8cf1
Update release notes
2012-12-29 13:33:03 +00:00
Tom Christie
923f81d269
Nested serializers now support nullable relationships, plus test. Fixes #384
2012-12-29 13:19:05 +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
Tom Christie
3e4242fc43
django.contrib.staticfiles no longer needs to be in INSTALLED_APPS
2012-12-28 12:33:24 +00:00
Tom Christie
4b32cda5a8
Update release notes and documentation for 2.2.0
2012-12-27 17:53:07 +00:00
Tom Christie
9cc56a97b5
Added @akinfold for staticfiles changes.
2012-12-27 17:35:21 +00:00
Tom Christie
ed09d26fb8
Update docs/topics/release-notes.md
2012-12-23 18:50:17 +00:00
Tom Christie
ab991199cb
Merge pull request #529 from reinout/reinout-slug-kwarg
...
slug_kwarg attribute doesn't work; it should be slug_url_kwarg
2012-12-21 02:06:33 -08:00
Reinout van Rees
5f9ecd1c7a
slug_kwarg attribute doesn't work; it should be slug_url_kwarg
2012-12-21 10:42:40 +01:00
Tom Christie
79aea2f0d0
Version 2.1.12
2012-12-21 09:18:35 +00:00
Tom Christie
fb4bbf7d98
Added @treyhunner. Thank you!
2012-12-21 09:17:33 +00:00
Tom Christie
c097bcef58
Update release notes.
2012-12-19 22:42:11 +00:00
Tom Christie
566b9ff27b
Added @joual - Thanks!
2012-12-19 22:41:00 +00:00
Tom Christie
c29b08ad43
Update release notes
2012-12-19 22:06:38 +00:00
Tom Christie
24581faceb
Update release notes.
2012-12-18 18:23:28 +00:00
Tom Christie
9680b42b50
Version 2.1.11
2012-12-17 22:01:17 +00:00
Tom Christie
0418cebc58
Update contact details
2012-12-17 22:00:25 +00:00
Tom Christie
70714c2346
Version 2.1.10
2012-12-17 09:08:28 +00:00
Tom Christie
35f72cecb1
Fix model validation exclusions. Fixes #500 . Fixes #506 .
2012-12-15 20:40:41 +00:00
Tom Christie
1d24d1fc59
Added @sunscrapers. Thanks!
2012-12-14 20:14:42 +00:00
Tom Christie
e9eb47207a
Update release notes.
2012-12-14 20:08:53 +00:00
Tom Christie
6f8b432677
Added @pilt. Thanks!
2012-12-14 20:08:43 +00:00
Stephan Groß
e198a2b376
added RetrieveUpdateAPIView
2012-12-13 16:57:17 +01:00
Stephan Groß
628e3bf001
Added @cmurtaugh. Thanks!
2012-12-12 08:59:19 +01:00
Colin Murtaugh
9188d487c3
Replaced SingleObjectBaseView with SingleObjectAPIView
2012-12-11 17:26:08 -05:00
Tom Christie
0824761f47
Version 2.1.9
2012-12-11 21:07:48 +00:00
Tom Christie
17b77fc446
Added @gkrappel. Thank you!
2012-12-11 21:07:11 +00:00
Tom Christie
80adaecc43
Added @annacoder. Thanks!
2012-12-11 09:04:47 +00:00
Tom Christie
ff01ae3571
Version 2.1.8
2012-12-08 13:01:03 +00:00
Tom Christie
c1be29418b
Add link to json+hal hypermedia format.
2012-12-07 23:58:20 +00:00
Tom Christie
b170973993
Version 2.1.7
2012-12-07 22:36:30 +00:00
Tom Christie
21f7dcf7c6
Added release notes
2012-12-07 22:25:28 +00:00
Tom Christie
a463ddbb37
Merge pull request #470 from minddust/fix-#469
...
fixed #469 - RegexField <--> BrowsableAPI Bug
2012-12-06 14:58:18 -08:00
Tom Christie
26cfa02326
Added @roberts81. Thanks!
2012-12-06 22:56:23 +00:00
Tom Christie
6a5f4f2a90
Added @justanotherbody. Thanks!
2012-12-06 22:38:20 +00:00
Tom Christie
2938bc13b1
Added @reinout for the copy fixes. Thanks!
2012-12-06 16:30:22 -04:00
Tom Christie
1cf6a0469b
Merge pull request #475 from reinout/master
...
Textual tutorial fixes
2012-12-06 12:27:12 -08:00
Reinout van Rees
7a110a3006
Two typo fixes.
...
Plural/singular fix.
Typo fixed.
2012-12-05 16:24:41 +01:00
Reinout van Rees
3f39828788
Small textual fixes.
2012-12-05 16:16:46 +01:00
Reinout van Rees
ee184b8629
Small textual fixes.
2012-12-05 16:08:13 +01:00
Reinout van Rees
cb4e857217
Textual fixes.
...
Added a sentence introducing the second view.
Fix one or two additional sentences.
2012-12-05 16:04:52 +01:00
Marko Tibold
3868241f6a
Update docs/api-guide/permissions.md
...
@permission_classes takes a tuple or list.
2012-12-05 15:09:06 +01:00
Reinout van Rees
3417c4631d
Fixed typos and fixed wording.
...
Some singular/plural fixes.
Fixed some 'serialise->serialize' kind of UK/US differences. The 'z' seems more common in the rest of the docs, so that's what I used.
Removed a half-finished-sentence left dangling somewhere.
2012-12-05 12:31:38 +01:00
Reinout van Rees
fc6dbb45e0
Fixed wording.
2012-12-05 12:20:03 +01:00
Stephan Groß
e044fa089b
fixed #469 - RegexField <--> BrowsableAPI Bug
2012-12-04 09:40:23 +01:00
Stephan Groß
3e3ede71d2
Added @mvdwaeter. Thanks!
2012-12-03 12:47:12 +01:00
Tom Christie
45d28f49e0
Added @mhsparks. Thanks!
2012-12-02 11:04:34 -04:00
mvdwaeter
3e8336af50
Fixed typo in import statement of tutorial
2012-11-30 21:50:51 +01:00
Tom Christie
8d485da483
Added @fabianbuechler. Thanks!
2012-11-29 19:05:34 -04:00
Pavel Savchenko
fd383b2b5e
Fix location of obtain_auth_token view
2012-11-28 11:58:34 +02:00
Stephan Groß
11ef60b127
Added @yprez Thanks!
2012-11-28 07:32:12 +01:00
Stephan Groß
77fa98d839
Merge pull request #453 from yprez/docs_fix
...
api-guide/views.md - add imports to code example
2012-11-27 22:30:13 -08:00
Yuri Prezument
80be571b2e
Import from correct place
2012-11-27 19:42:37 +02:00
Stephan Groß
24baf6425b
Added @oaubert Thanks!
2012-11-27 18:33:56 +01:00
Stephan Groß
f3e598e753
Merge pull request #455 from oaubert/patch-2
...
Tutorial: fix module name in section 3
2012-11-27 07:56:55 -08:00
Olivier Aubert
71129dc747
Tutorial: fix module name in section 3
...
Again snippet -> snippets, but then it could be simpler (and possibly intended) to rename snippets to snippet in the first section of the tutorial.
2012-11-27 15:30:14 +01:00
Olivier Aubert
af8beb90c2
Tutorial: fix module name in section 2
...
snippet -> snippets (to match section 1).
2012-11-27 15:19:49 +01:00
Yuri Prezument
e8a41322fb
api-guide/views.md - add imports to code example
...
* It wasn't clear where `Response` should be imported from.
2012-11-27 11:42:25 +02:00
Tom Christie
fd89bca35f
Version 2.1.6. AKA: I am a doofus.
2012-11-23 13:21:18 +00:00
Tom Christie
95aa99d8df
Version 2.1.5
2012-11-23 13:09:14 +00:00
Tom Christie
ac84c2ed2e
Version 2.1.4
2012-11-22 17:49:53 +00:00
Tom Christie
db3dc79288
Added @maspwr for the partial updates work. Ta!
2012-11-22 10:16:47 +00:00
Tom Christie
4eaac26427
Added @dbachrach. Thanks!
2012-11-22 10:12:22 +00:00
Tom Christie
df545f7a25
Updated release notes.
2012-11-22 10:08:14 +00:00
Tom Christie
d031ccce6e
Updated release notes.
2012-11-22 10:07:42 +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
Stephan Groß
6ba4df8a27
Merge remote-tracking branch 'upstream/master' into regex_field
...
Conflicts:
docs/topics/release-notes.md
2012-11-21 11:56:34 +01:00
Mark Aaron Shirley
3b43d41e91
Documentation changes for partial serializer updates
2012-11-20 15:57:54 -08:00
Tom Christie
3268c67343
Update docs/topics/release-notes.md
2012-11-20 23:33:56 +00:00
Tom Christie
8e8b23b6a9
Merge pull request #430 from j4mie/serializer-method-field
...
Serializer method field
2012-11-20 15:30:30 -08:00
Tom Christie
3227a357ce
Added @irrelative for the mighty fine work.
2012-11-20 23:19:11 +00:00
Stephan Groß
86484668f6
added RegexField
2012-11-20 15:38:50 +01:00
Jamie Matthews
5f4c385a86
Add example use of SerializerMethodField to docs
2012-11-20 13:25:21 +00:00
Tom Christie
a44a94dd6e
More docs tweaking.
2012-11-19 22:08:38 +00:00
Tom Christie
588e4dda6d
Added release notes
2012-11-19 21:49:07 +00:00
Tom Christie
83f3770af1
Adding folks to the credits makes me happy. Good work @jonlil!
2012-11-19 21:47:34 +00:00
Tom Christie
ce5b186ca8
Docs tweaks.
2012-11-19 21:42:33 +00:00
Jamie Matthews
3ab8c4966d
Tweaks to SerializerMethodField docs
2012-11-19 17:24:08 +00:00
Jamie Matthews
de5b071d67
Add SerializerMethodField
2012-11-19 17:22:17 +00:00
Robert Romano
f5f1ac49ec
Update robromano fork with upstream master
...
Conflicts:
docs/topics/credits.md
docs/topics/release-notes.md
2012-11-18 21:07:44 -08:00
Tom Christie
f131e533ed
Docs, docs, docs, docs, docs, docs
2012-11-18 17:57:07 +00:00
Tom Christie
346a79b170
Added @MechanisM - Thanks!
...
(That's a mighty kick ass Gravatar)
2012-11-17 00:29:15 +00:00