aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-07-28Issue #1707 - Add info about queryset property caching to get_queryset() docs.Kyle
Add documentation to the get_queryset() method of generic-views.md regarding the caching of the queryset property.
2014-07-28Issue #1707 - Add documentation about the caching of `GenericAPIView.queryset`Kyle
to the `queryset` property, `get_queryset()`, and do generic-views.md; remove changes to the viewsets.md documentation from my last commit.
2014-07-27Issue #1707: Add documentation to api-docs.viewsets notifying usersKyle Valade
that they should use the get_queryset() method when overriding a ModelViewSet method, such as list(). Otherwise, since queryset is a static property, the value will be cached for every instance of that ViewSet.
2014-05-16Added missing import.Xavier Ordoquy
2014-05-16Fixed tests for python 3.4Xavier Ordoquy
2014-05-16Typo in the Python version.Xavier Ordoquy
2014-05-16Updated tox with Python 2.4Xavier Ordoquy
2014-05-16Merge remote-tracking branch 'frewsxcv/patch-1' into feature/python34Xavier Ordoquy
2014-05-15Merge pull request #1585 from glogiotatidis/masterXavier Ordoquy
Typo fix.
2014-05-15Typo fix.Giorgos Logiotatidis
2014-05-11Enable testing on Python 3.4Corey Farwell
2014-05-09Merge pull request #1564 from alumni/masterCarlton Gibson
Fixes #1535 (HTML widget missing `id` attribute)
2014-05-08Merge pull request #1576 from carltongibson/fix-#1575Carlton Gibson
Updated failing test from #1575
2014-05-08Updated failing test from #1575Carlton Gibson
2014-05-08Merge pull request #1575 from ewdicus/iso8601Carlton Gibson
Add colon to time zone offset in readable_datetime_formats
2014-05-07Add colon to time zone offset in readable_datetime_formatsElliott
2014-05-06Merge pull request #1569 from sbellem/help-docsTom Christie
Help docs
2014-05-06Replaced singular "is" by plural "are"Sylvain Bellemare
2014-05-06Removed unnecessary "that"Sylvain Bellemare
2014-05-06Added missing "the" wordSylvain Bellemare
2014-05-06Added test case to check if the proper attributes are set on html widgets.Lucian Mocanu
2014-05-06Merge pull request #1485 from Atrasoftware/masterCarlton Gibson
Use help_text, verbose_name, editable attributes for related fields
2014-05-06Merge pull request #1561 from incuna/i18nCarlton Gibson
Mark strings in AuthTokenSerializer as translatable
2014-05-05Merge pull request #1567 from sbellem/help-docsTom Christie
Help docs
2014-05-05Removed superfluous "./"sSylvain Bellemare
2014-05-05Added missing "the" wordSylvain Bellemare
2014-05-05Added missing "to" wordSylvain Bellemare
2014-05-04Automatically set the field name as value for the HTML `id` attribute on the ↵Lucian Mocanu
rendered widget.
2014-05-02Fix missing message in ValidationErrorCharlie Denton
2014-05-01Mark strings in AuthTokenSerializer as translatableCharlie Denton
2014-04-30Merge pull request #1409 from tuky/patch-1Xavier Ordoquy
remove spaces from META['HTTP_X_FORWARDED_FOR'] as throttle key
2014-04-30Merge pull request #1391 from kaygorodov/masterXavier Ordoquy
Turning off pagination
2014-04-29Added help_text to expected response in testEmanuele Pucciarelli
2014-04-29Sync test result w/ new labelEmanuele Pucciarelli
2014-04-29Merge remote-tracking branch 'upstream/master'Emanuele Pucciarelli
Conflicts: rest_framework/tests/models.py
2014-04-29Merge pull request #1553 from laurentbristiel/masterTom Christie
typo
2014-04-28typoLaurent Bristiel
2014-04-28Merge pull request #1543 from sinitsynsv/masterTom Christie
Add help_text and verbose_name attribute mapping for related field
2014-04-28Merge pull request #1552 from dpetzel/permissions_guide_response_typoXavier Ordoquy
very minor typo in code example
2014-04-28very minor typo in code exampledpetzel
2014-04-28Merge pull request #1549 from maxpeterson/decode-generate-keyXavier Ordoquy
Ensure Token.generate_key returns a string.
2014-04-28Better Python < 3 compatibility.Max Peterson
2014-04-28Python < 3 compatibility.Max Peterson
2014-04-28Ensure Token.generate_key returns a string.Max Peterson
2014-04-27Updated Django's versions.Xavier Ordoquy
2014-04-27Merge pull request #1546 from KaczuH/kaczuhXavier Ordoquy
Minor typo
2014-04-27Minor typoKamil Niski
2014-04-24Updated the release notes.Xavier Ordoquy
2014-04-24Add help_text and verbose_name attribute mapping for related fieldSergey Sinitsyn
2014-04-16Merge pull request #1527 from Ian-Foote/generic_foreign_keyXavier Ordoquy
Set GenericForeignKey fields on object before save