aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-01-10Merge pull request #2385 from linovia/release/3.0.33.0.3Xavier Ordoquy
2015-01-08Update the release note with latest fixes.Xavier Ordoquy
2015-01-08Merge remote-tracking branch 'origin/master' into release/3.0.3Xavier Ordoquy
2015-01-08Ammend docstring to use python2/3 compatible example.Tom Christie
2015-01-08Fix broken 1.7.3. It's 1.7.2 - 1.7.3 is documented but not yet on PyPI.Tom Christie
2015-01-08Minimum 1.6.x version is 1.6.3Tom Christie
2015-01-08Minimum Django 1.5 version issue 1.5.6Tom Christie
2015-01-08Ensure urlparse is not publically exposed in compat.py - less chance of accid...Tom Christie
2015-01-08Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2015-01-08Minor docs updatesTom Christie
2015-01-07Merge pull request #2386 from linovia/bugfix/drop_egg_supportTom Christie
2015-01-07Update project-management.mdTom Christie
2015-01-07Update project-management.mdTom Christie
2015-01-07Make Django REST Framework as zip unsafe.Xavier Ordoquy
2015-01-07Bumped the version to 3.0.3.Xavier Ordoquy
2015-01-07Release notes for 3.0.3Xavier Ordoquy
2015-01-07Merge pull request #2382 from JocelynDelalande/patch-1Tom Christie
2015-01-07fixed doc : DEFAULT_AUTHENTICATION_CLASSES -> DEFAULT_AUTHENTICATIONJocelynDelalande
2015-01-07Merge pull request #2379 from Gaffney/fix-compat-commentTom Christie
2015-01-06Fix compatibility comment regarding OrderedDictRyan Gaffney
2015-01-06Update exception docs. Closes #2378.Tom Christie
2015-01-05Minor docs update. Refs #2375.Tom Christie
2015-01-05Pass init arguments through to serializer from pagination serializer.Tom Christie
2015-01-05Udpate docstringTom Christie
2015-01-05required=False allows omission of value for output. Closes #2342Tom Christie
2015-01-05Ensure no invalid min_length/min_value/max_value arguments. Closes #2369.Tom Christie
2015-01-02Merge pull request #2371 from robbyt/patch-4Tom Christie
2015-01-01fix widget style formattingRob Terhaar
2014-12-30Merge pull request #2363 from kdazzle/models_meta-cleanupTom Christie
2014-12-29First pass at refactoring get_field_info in utils.model_metaKyle Valade
2014-12-28Update copryright for 2015. Closes #2247.Tom Christie
2014-12-28Note on using i18n_patterns with format_suffix_patterns. Closes #2278.Tom Christie
2014-12-28Support namespaced router URLs with DefaultRouter.Tom Christie
2014-12-28Drop unused importTom Christie
2014-12-28Add notes on include and namespacing. Closes #2335.Tom Christie
2014-12-28Remove broken test. Closes #2359.Tom Christie
2014-12-28Only pass max_length for CharField. Closes #2317.Tom Christie
2014-12-28Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-28Add import notes in docs. Closes #2357Tom Christie
2014-12-27Merge pull request #2358 from fusionbox/manger_typoTom Christie
2014-12-26Typo manger => managerRocky Meza
2014-12-26Release notes on non-text detail arguments. Closes #2341.Tom Christie
2014-12-26Paginated serializers should get context.Tom Christie
2014-12-24Merge pull request #2340 from shtouff/fix-htmlform-textareaTom Christie
2014-12-24modified the tests accordinglyRemi Paulmier
2014-12-23Merge pull request #2348 from theengineear/compress-invalid-templateKevin Brown
2014-12-23Remove ‘/‘ from inside variable block {{ }}Andrew Seier
2014-12-23Remove commented code (warning during compression)Andrew Seier
2014-12-23Merge pull request #2346 from sh4r3m4n/masterTom Christie
2014-12-23 Documented an optional argument of HyperlinkedIdentityField Matías Lang