Stephan Groß
|
36d5b24b76
|
Fix for python 3 support
|
2013-02-26 11:42:50 +01:00 |
|
Stephan Groß
|
bfff356dd3
|
Add better date / datetime validation (pull 2)
addition to #631 with update to master + timefield support
|
2013-02-26 11:09:54 +01:00 |
|
Andreas Pelme
|
5a5df18d18
|
Added a serializer TimeField
|
2013-02-14 21:19:51 +01:00 |
|
Tom Christie
|
b052c92ac3
|
Cleanup imports
Mostly adding `from __future__ import unicode_literals` everywhere.
|
2013-02-04 20:55:35 +00:00 |
|
Tom Christie
|
da6b9576c5
|
Update docstrings
|
2013-01-15 10:51:10 +00:00 |
|
Tom Christie
|
d9acec3e6d
|
PK fields should only be read-only if they are an AutoField. Fixes #563
|
2013-01-12 09:43:14 +00:00 |
|
Tom Christie
|
73c4e5c460
|
auto_now and auto_now_add fields should be read only by default
|
2013-01-12 09:43:14 +00:00 |
|
Tom Christie
|
4c86fd46d7
|
Rename module for basic relational field tests
|
2013-01-04 13:05:31 +00:00 |
|
Tom Christie
|
6e9865cb71
|
Fix for #446. Note: Also needs applying to other relational types.
|
2013-01-03 23:17:31 +00:00 |
|