| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-01 | typo fix | Andy Baker | |
| 2014-10-31 | Merge master | Tom Christie | |
| 2014-10-31 | Merge pull request #1963 from carljm/lazy-fields | Tom Christie | |
| Set up serializer fields lazily on-demand. | |||
| 2014-10-31 | Lazy loading of fields and validators. Closes #1963. | Tom Christie | |
| 2014-10-31 | Merge branch 'master' into version-3.0 | Tom Christie | |
| 2014-10-31 | Merge pull request #1922 from JonesChi/fix_follow | Tom Christie | |
| Fix follow does not work on get of APIRequestFactory | |||
| 2014-10-31 | Guard against malicious string inputs for numbers. Closes #1903. | Tom Christie | |
| 2014-10-31 | Merge master | Tom Christie | |
| 2014-10-31 | Merge pull request #1785 from gdoermann/master | Tom Christie | |
| Frameworks throws AssertionError saying you cannot set required=True and... | |||
| 2014-10-31 | Merge branch 'master' into version-3.0 | Tom Christie | |
| 2014-10-31 | Merge master | Tom Christie | |
| 2014-10-31 | Update to bootstrap 3. Closes #1085 | Tom Christie | |
| 2014-10-31 | Fix up validators docs | Tom Christie | |
| 2014-10-31 | Validator documentation and tweaks | Tom Christie | |
| 2014-10-30 | Ensure json.dumps(separators=...) works on both 2.x and 3.x | Tom Christie | |
| 2014-10-30 | Nested serializer tests | Tom Christie | |
| 2014-10-29 | Merge pull request #1997 from agconti/patch-1 | Xavier Ordoquy | |
| docs(api-guide/authentication): updated to reflect new standards in Django 1.7 | |||
| 2014-10-29 | Update authentication.md | Andrew Conti | |
| Based on the [new documentation](https://docs.djangoproject.com/en/dev/topics/auth/customizing/#django.contrib.auth.get_user_model) for Django 1.7 we should now use: ```python @receiver(post_save, sender=settings.AUTH_USER_MODEL) ``` instead of: ```python @receiver(post_save, sender=get_user_model()) ``` because `get_user_model()` only works once Django has imported all models. Otherwise you'll get: ```python django.core.exceptions.AppRegistryNotReady: Models aren't loaded yet. ``` When trying to start your sever after adding token authentication. From the Docs, ( linked above as well ) : >New in Django 1.7: >When connecting to signals sent by the User model, you should specify the custom model using the AUTH_USER_MODEL setting. | |||
| 2014-10-29 | Merge pull request #1993 from jpadilla/master | Carlton Gibson | |
| Use PYTHONDONTWRITEBYTECODE=1 on tox environment | |||
| 2014-10-28 | Use PYTHONDONTWRITEBYTECODE=1 on tox environment | José Padilla | |
| This fixes bad marshal data errors after running tests with tox and later running tests manually via runtests.py. Fixes #1957 | |||
| 2014-10-28 | unique_for_date/unique_for_month/unique_for_year | Tom Christie | |
| 2014-10-24 | Updated requirements | Tom Christie | |
| 2014-10-22 | unique_for_month, unique_for_year | Tom Christie | |
| 2014-10-22 | Revert "Added Note on tox & .pyc files. Fixes #1957" | Carlton Gibson | |
| This reverts commit d6ccdfc53d266e1f6b329069722c106775120181. | |||
| 2014-10-22 | Added Note on tox & .pyc files. Fixes #1957 | Carlton Gibson | |
| 2014-10-22 | Merge pull request #1969 from erikcw/ordered | Tom Christie | |
| Maintain order of views on router for api root view. | |||
| 2014-10-22 | First pass at unique_for_date, unique_for_month, unique_for_year | Tom Christie | |
| 2014-10-22 | .validate() can raise field errors or non-field errors | Tom Christie | |
| 2014-10-20 | Used Django utils SortedDict instead of stdlib's OrderedDict for | Erik Wickstrom | |
| wider compatability. | |||
| 2014-10-19 | Maintain order of views on router for api root view. | Erik Wickstrom | |
| 2014-10-17 | Set up serializer fields lazily on-demand. | Carl Meyer | |
| This avoids AppRegistryNotReady problems in Django 1.7 with nested serializers, which are instantiated at import time, possibly before Django's app registry is fully populated. | |||
| 2014-10-17 | Merge pull request #1967 from jpadilla/master | Tom Christie | |
| Add docs regarding linking third party packages | |||
| 2014-10-17 | Add docs regarding linking third party packages | José Padilla | |
| 2014-10-17 | Use serializers.ValidationError | Tom Christie | |
| 2014-10-16 | Tweak | Tom Christie | |
| 2014-10-16 | Performance for PK fields | Tom Christie | |
| 2014-10-16 | get_attribute method on fields | Tom Christie | |
| 2014-10-16 | Stricter checking for failure cases. | Tom Christie | |
| 2014-10-16 | Update release notes | Tom Christie | |
| 2014-10-16 | Merge pull request #1959 from konradhalas/add-djoser-to-docs | Tom Christie | |
| Add djoser to authentication docs | |||
| 2014-10-16 | Add to main 3rd party resources list. | konradhalas | |
| 2014-10-16 | Add djoser to authentication docs. | konradhalas | |
| 2014-10-16 | Merge pull request #1958 from gulopine/version-3.0 | Tom Christie | |
| Add a .keys() method to BindingDict | |||
| 2014-10-15 | Add a keys method to BindingDict | Marty Alchin | |
| 2014-10-15 | Support fields that reference a simple callable | Tom Christie | |
| 2014-10-15 | Moar form styling | Tom Christie | |
| 2014-10-15 | Merge branch 'version-3.0' of ↵ | Tom Christie | |
| https://github.com/tomchristie/django-rest-framework into version-3.0 | |||
| 2014-10-15 | Moar form styling | Tom Christie | |
| 2014-10-15 | Merge pull request #1956 from wolfe/patch-1 | Tom Christie | |
| Update 3.0-announcement.md | |||
| 2014-10-15 | Reorganize to use template_pack in form rendering | Tom Christie | |
