Alen Mujezinovic
|
06177b8d4b
|
bound_form.cleaned_data already returns the file data if there was any.
`bound_form.files` returns a `MultiValueDict` which errors when passing
`.CONTENT` into a model constructor.
|
2011-06-10 12:36:04 +01:00 |
|
Alen Mujezinovic
|
253663aee8
|
Added possibility to specify what attributes of ForeignKeys and OneToOne fields to include via nested tuples
|
2011-06-08 15:45:04 +01:00 |
|
Tom Christie
|
bf9ea978bc
|
Updating docs for 0.2
|
2011-06-02 15:22:14 +01:00 |
|
Tom Christie
|
bb5b0eb80a
|
strip _accept when validating
|
2011-05-27 16:12:03 +01:00 |
|
Tom Christie
|
21d2dcc294
|
Allow .form specified on view. Allow get_form, put_form, post_form. Add .PARAMS.
|
2011-05-27 14:40:19 +01:00 |
|
Tom Christie
|
cefc6a25c2
|
forms/models can be set on the view as well as the resource
|
2011-05-27 09:58:21 +01:00 |
|
markotibold
|
82c4ca9612
|
The core is now documented from the docstrings in the source.
|
2011-05-19 19:36:30 +02:00 |
|
Tom Christie
|
3039f6f6c2
|
validators tests -> resources tests
|
2011-05-16 16:52:39 +01:00 |
|
Tom Christie
|
1e04790d50
|
Fixing some of the last blocking issues
|
2011-05-16 14:11:36 +01:00 |
|
Tom Christie
|
e92002ddde
|
nested resources now working
|
2011-05-16 09:14:01 +01:00 |
|
Tom Christie
|
c1b9af8453
|
Docs on resources
|
2011-05-13 17:39:52 +01:00 |
|
Tom Christie
|
325e63a3a7
|
Sorting out resources. Doing some crazy magic automatic url resolving stuff. Yum.
|
2011-05-13 17:19:12 +01:00 |
|
Tom Christie
|
8f6bcac7f3
|
cleanup
|
2011-05-13 09:59:36 +01:00 |
|