aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Collapse)Author
2013-03-07Version 2.2.32.2.3Tom Christie
2013-03-07Fix broken `None` value for `TimeField`.Tom Christie
Refs #707.
2013-03-06Patched DateField and DateTimeField to check for None values before trying ↵Kevin Stone
to perform date(time) conversion. Signed-off-by: Kevin Stone <kevinastone@gmail.com>
2013-03-06Added failing test cases for giving a DateField or DateTimeField a None ↵Kevin Stone
value to serialize. Signed-off-by: Kevin Stone <kevinastone@gmail.com>
2013-03-06Version 2.2.22.2.2Tom Christie
2013-03-06Clean ups to datetime formattingTom Christie
2013-03-05Merge datetime formatsTom Christie
2013-03-04Update migrationStephan Groß
2013-03-04Update migrationStephan Groß
2013-03-04Fix fix migrate authtokenStephan Groß
2013-03-04Fix authtoken migrationStephan Groß
2013-03-01Fix for django 1.3 compatibilityStephan Groß
2013-03-01Add none testcases to date, datetime, timeStephan Groß
2013-03-01Add format class attributesStephan Groß
2013-03-01Add new ISO8601 setting + integrationStephan Groß
2013-03-01Add docs update - part 1Stephan Groß
2013-03-01Add drf settings + output format + testcasesStephan Groß
2013-03-01Fix for python 3 supportStephan Groß
2013-03-01Fix for python 3 support - thanks @LinoviaStephan Groß
2013-03-01Add better date / datetime validation (pull 2)Stephan Groß
addition to #631 with update to master + timefield support
2013-02-28Auth is no longer lazy. Closes #667.Tom Christie
More consistent auth failure behavior.
2013-02-28Drop unused importTom Christie
2013-02-28Move ModelSerializer field_mapping into an attribute for easier overriding.Tom Christie
2013-02-27Fix out of date docstrings. Closes #689.Tom Christie
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
2013-02-26Changed AttributeError to AssertionErrorDanilo Bargen
2013-02-25Show class name in exception messageDanilo Bargen
2013-02-25Improved exception message for missing serializer model meta optionDanilo Bargen
2013-02-25Replaced status numbers with the statuses constants from the status model.Omer Katz
2013-02-25Fixed misspelled remark in comments.Omer Katz
2013-02-25Fixed misspelled remark in comments.Omer Katz
2013-02-25Fixed misspelled remarks in comments.Omer Katz
2013-02-25Fixed misspelled remark in comments.Omer Katz
2013-02-25Fixed misspelled remark in comments.Omer Katz
2013-02-22Fix and test for #645Tom Christie
Yuck, pickle is weird. Closes #645.
2013-02-22FormattingTom Christie
2013-02-22Merge pull request #669 from yprez/datetimefield_failTom Christie
DateTimeField validation with non-str value
2013-02-22Fix and test case for #653Tom Christie
Closes #653
2013-02-22Tests and fix for #666.Tom Christie
Closes #666.
2013-02-22Version 2.2.12.2.1Tom Christie
2013-02-22assert package requirements are met for YAMLRendererTom Christie
2013-02-22Py3/2 compat fixes for uncode view names/descriptionsTom Christie
2013-02-22Added test for utf8 strings in docstrings of views.Tom Christie
2013-02-22Merge with masterTom Christie
2013-02-22XML cleanupTom Christie
2013-02-22Add forbid_dtd flag, since we don't need any DTDs.Tom Christie
2013-02-22Fix name fallback for BrowsableAPIRendererTom Christie
2013-02-22Merge pull request #672 from wronglink/unicode__doc__Tom Christie
Fixed UnicodeDecodeError on get_name and get_description methods
2013-02-22defusedxml for security fix.Tom Christie
As per: http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html
2013-02-22Fixed UnicodeDecodeError on get_name and get_description methodsMichael Elovskikh