| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-09 | Add allow_blank for ChoiceField #2184 | José Padilla | |
| This makes a ChoiceField optional in HTML if model field has `blank=True` set. | |||
| 2014-11-19 | Allow blank choices to render. Closes #2071. | Tom Christie | |
| 2014-11-06 | Support for bulk create. Closes #1965. | Tom Christie | |
| 2014-10-31 | Lazy loading of fields and validators. Closes #1963. | Tom Christie | |
| 2014-10-28 | unique_for_date/unique_for_month/unique_for_year | Tom Christie | |
| 2014-10-17 | Use serializers.ValidationError | Tom Christie | |
| 2014-10-10 | exceptions.ValidationFailed, not Django's ValidationError | Tom Christie | |
| 2014-10-08 | Support empty file fields | Tom Christie | |
| 2014-09-29 | Absolute URLs for file fields | Tom Christie | |
| 2014-09-26 | FileField and ImageField | Tom Christie | |
| 2014-09-26 | Drop erronous print statements | Tom Christie | |
| 2014-09-26 | Added ListField | Tom Christie | |
| 2014-09-26 | request.data attribute | Tom Christie | |
| 2014-09-25 | Refuse to downcast from datetime to date or time | Tom Christie | |
| 2014-09-25 | Check for redundant on SerializerMethodField | Tom Christie | |
| 2014-09-25 | Ensure proper sorting of 'choices' attribute on ChoiceField | Tom Christie | |
| 2014-09-24 | Enforce field_name != source | Tom Christie | |
| 2014-09-23 | NullBooleanField | Tom Christie | |
| 2014-09-23 | Tests for field choices | Tom Christie | |
| 2014-09-22 | allow_blank, allow_null | Tom Christie | |
| 2014-09-22 | Tests & tweaks for ChoiceField | Tom Christie | |
| 2014-09-22 | Tests and tweaks for choice fields | Tom Christie | |
| 2014-09-22 | More compat fixes | Tom Christie | |
| 2014-09-22 | Support format=None for date/time fields | Tom Christie | |
| 2014-09-22 | Tweaks to DecimalField | Tom Christie | |
| 2014-09-22 | Fix compat issues | Tom Christie | |
| 2014-09-22 | Tests and tweaks for text fields | Tom Christie | |
| 2014-09-22 | Field tests and associated cleanup | Tom Christie | |
| 2014-09-11 | Merge master | Tom Christie | |
| 2014-09-05 | Delete useless assert | Piotr Jakimiak | |
| 2014-09-05 | Use Serializer instead of ModelSerializer | Piotr Jakimiak | |
| 2014-09-05 | Check object in tests | Piotr Jakimiak | |
| 2014-09-05 | Fix returning None when allow_none is True in CharField | Piotr Jakimiak | |
| 2014-09-02 | Getting tests passing | Tom Christie | |
| 2014-08-19 | Code linting and added runtests.py | Tom Christie | |
| 2014-08-19 | Merge master | Tom Christie | |
| 2014-06-23 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml docs/api-guide/viewsets.md rest_framework/serializers.py rest_framework/throttling.py tests/test_generics.py tests/test_serializers.py tox.ini | |||
| 2014-03-02 | Support for running the test suite with py.test | Andreas Pelme | |
| * Get rid of runtests.py * Moved test code from rest_framework/tests and rest_framework/runtests to tests * Invoke py.test from setup.py * Invoke py.test from Travis * Invoke py.test from tox * Changed setUpClass to be just plain setUp in test_permissions.py * Updated contribution guideline to show how to invoke py.test | |||
