T. Franzel
f0095b4de2
Remove Core API mentions from docs ( #8780 )
...
* remove coreapi generator mentions & hidden docs
* remove coreapi doc & redirect broken links to github snapshot
2022-11-28 14:41:08 +01:00
Tom Christie
2da473c8c8
Add 3.14 announcement to the docs
2022-09-22 12:37:51 +01:00
Tom Christie
7a84dc749c
Version 3.13 ( #8285 )
...
* Version 3.12.5
* Version 3.13
* Version 3.13
2021-12-13 13:10:17 +00:00
Tom Christie
6f7aad8ffa
Placeholder for 3.12 release ( #7379 )
...
* Placeholder for 3.12 release
* Updating release notes
* Updating release notes
* Updating release notes
* Update release notes
* Fix typo
* Basic structure for release announcement
* 3.12 release notes
* Version 3.12.0
2020-09-28 10:47:50 +01:00
Tom Christie
de497a9bf1
Version 3.11 ( #7083 )
...
* Version 3.11
* Added notes on OpenAPI changes for 3.11.
* Minor docs tweaking
* Update package version and supported versions
* Use a lazy import for django.test.client.encode_mutlipart. Closes #7078
2019-12-12 14:31:40 +00:00
Carlton Gibson
7915485c0d
Update docs for OpenAPI. ( #6668 )
...
* Update schema docs for OpenAPI
* Begin v3.10 Release Announcement.
* Update docs/topics/documenting-your-api.md
Co-Authored-By: Martin Pajuste <pajusmar@users.noreply.github.com>
* Update docs/topics/documenting-your-api.md
Co-Authored-By: Martin Pajuste <pajusmar@users.noreply.github.com>
* Update docs/topics/documenting-your-api.md
Co-Authored-By: Martin Pajuste <pajusmar@users.noreply.github.com>
* Update docs/topics/documenting-your-api.md
Co-Authored-By: Martin Pajuste <pajusmar@users.noreply.github.com>
2019-07-08 13:09:05 +01:00
Ryan P Kilby
82c2b5c3e7
Update mkdocs ( #6769 )
2019-06-30 19:04:36 -07:00
Tom Christie
2c9c0f1b7f
Version 3.9 ( #6247 )
...
* Release notes to 5174a26ec9
* Update version for v3.9.0
* Removed exclude_from_schema per deprecation policy.
* Updated list_route() and detail_route() deprecations.
* Weakened to PendingDeprecationWarning for `base_name`
cc @rpkilby.
* Add (beginning of) 3.9 release announcement.
@tomchristie: Input on OpenAPI and What’s Next very welcome! :)
* Add announcement section for Extra Actions in Browsable API
* Update release notes and add deprecation note for Django Guardian backend.
* Add release note for #6073
* Add release notes to dd19a44583
* Adding release notes
* Update 3.9 announcement
* Add Oct 18 release date
2018-10-18 10:38:46 +01:00
Jon Dufresne
878f9d2783
Prefer https:// for URLs when available throughout project ( #6208 )
2018-10-02 08:28:58 +02:00
Ryan P Kilby
99ca078ebb
Add "Community" section to docs, minor cleanup ( #5993 )
...
* Add 'Community' tab to navigation, move articles
* Drop DRF 2.x announcements and the docs note
* Drop embedded tutorial/guide/topics links
* Conver mixture of tabs/spaces => spaces
* Fix topics/community links
2018-07-06 11:28:18 +02:00
Matt Layman
f67d23c441
Add docs link to Caching API Guide. ( #6012 )
2018-05-31 09:58:02 +02:00
Carlton Gibson
2621e03aa3
Added 3.8 announcement to docs
...
Correct release notes MD formatting
2018-04-03 16:06:06 +02:00
Carlton Gibson
eb3d078a2c
Version 3.7: Announcement etc ( #5437 )
...
* Set version number for 3.7.0 release
* Rename release notes section
Moved issue links to top for easier access.
(Can move back later)
* Add release note for #5273
* Add release note for #5440
* Add release note for #5265
Strict JSON handling
* Add release note for #5250
* Add release notes for #5170
* Add release notes for #5443
* Add release notes for #5448
* Add release notes for #5452
* Add release not for #5342
* Add release notes for 5454
* Add release notes for #5058 & #5457
Remove Django 1.8 & 1.9 from README and setup.py
* Release notes for merged 3.6.5 milestone tickets
Tickets migrated to 3.7.0 milestone.
* Add release notes for #5469
* Add release notes from AM 2ndOct
* Add final changes to the release notes.
* Add date and milestone link
Move issue links back to bottom.
* Update translations from transifex
* Begin releae anouncement
* Add release note for #5482
* 3.7 release announcement & related docs.
2017-10-06 13:18:31 +02:00
José Padilla
c1f31492ae
Update links after moving to encode org
2017-04-07 10:28:35 -04:00
Tom Christie
68d2020112
Live API documentation ( #4755 )
2017-03-03 15:24:37 +00:00
Anna Ossowski
e922d91614
Created Tutorials and Resources, cleaned up Third Party Packages ( #4910 )
...
* Updated Support section and added funding email
* Created new tutorials and resources section, cleaned up third party packages section
* Created Jobs section
2017-02-24 12:55:34 +00:00
Tom Christie
3b9afb571b
Version 3.5.0 ( #4596 )
2016-10-20 16:25:40 +01:00
Tom Christie
8385ae42c0
3.4.0 Release ( #4258 )
...
* 3.4.0 Release
* Version 3.4 release
* Full release notes
* Update translation files
* Update release documentation
* Update release notes
* Docs on supporting alternate schema formats
* Add schema_renderers to DefaultRouter
2016-07-13 16:30:41 +01:00
Tom Christie
6ff9840bde
Schemas & client libraries. ( #4179 )
...
* Added schema generation support.
* New tutorial section.
* API guide on schema generation.
* Topic guide on API clients.
2016-07-04 16:38:17 +01:00
Tom Christie
3a173547ad
Funding announcement ( #4147 )
2016-05-26 11:48:15 +01:00
Tom Christie
bfdf795843
Merge pull request #3592 from tomchristie/request-parsing-when-post-accessed
...
Request parsing when .POST accessed
2015-11-04 14:17:55 +00:00
Tom Christie
bb555e6e5e
Version 3.3.0
2015-10-28 11:32:15 +00:00
Adam Zapletal
edf97be7be
Add section permalinks to docs
...
- Configure mkdocs to use the toc markdown extension
- Only show section link styles on hover
2015-10-27 15:20:59 -05:00
Tom Christie
eeff5a1709
Merge branch 'master' into funding
2015-10-23 16:27:30 +01:00
Tom Christie
07b23c8685
Add version 3.3 to the docs index
2015-10-22 14:06:55 +01:00
Tom Christie
90247afe29
Docs on Forms API
2015-10-12 21:14:58 +01:00
Tom Christie
d80acd1f1f
Initial draft of funding page
2015-08-13 14:17:27 +01:00
Tom Christie
e3aaa323b7
Add 3.2 announcement
2015-08-06 14:18:23 +01:00
Dougal Matthews
e6c7468055
Use the new pages structure.
...
This is optional, but will be required by MkDocs 1.0
2015-05-31 18:30:29 +01:00
Tom Christie
53716f6152
Internationalization docs
2015-02-06 11:37:29 +00:00
Tom Christie
6c63ef13cd
Drop 2.x announcements
2015-02-06 00:04:20 +00:00
Tom Christie
8e2dc6b26d
Update internationalization docs
2015-01-13 12:07:25 +00:00
Tom Christie
435aef7738
Merge branch 'master' into version-3.1
2014-12-19 11:53:05 +00:00
Tom Christie
7105c1308e
Add OPTIONS/metadata to docs index
2014-12-18 15:42:27 +00:00
Tom Christie
9c9d5bd859
Added project management docs.
2014-12-18 13:35:42 +00:00
Tom Christie
05a6eaec8a
More docs, plus 'ALLOWED_VERSIONS' setting.
2014-12-17 12:41:46 +00:00
Tom Christie
72c4ec4e18
Add 3.0 announcement
2014-12-01 08:54:12 +00:00
Tom Christie
9e03b0843a
Drop google_analytics config since it's in the base template anyways.
2014-11-28 12:53:59 +00:00
Tom Christie
6c396a4f7a
Merge branch 'master' into 3.0-docs
2014-11-25 16:30:35 +00:00
Tom Christie
2647e1aaaa
Move Quickstart back into 'Tutorial' section
2014-11-25 16:30:17 +00:00
Tom Christie
4ed0ae82e3
Add validators page
2014-11-25 16:29:14 +00:00
Tom Christie
b733f85ff1
Minor docs tweaks
2014-11-25 16:24:35 +00:00
Tom Christie
84b34d4330
Use default 'site' directory for docs builds
2014-11-25 16:06:18 +00:00
Dougal Matthews
df33538f14
Make the quotes consistent
2014-11-25 12:44:26 +00:00
Dougal Matthews
6f28adeefe
Added nicer page titles
2014-11-25 12:44:26 +00:00
José Padilla
06683b86b2
Use single quotes for consistency
...
Conflicts:
mkdocs.yml
2014-11-25 12:44:11 +00:00
Dougal Matthews
cbb6799d2d
Add validators from 2762205887
and
...
254701230d
2014-11-25 12:44:11 +00:00
Dougal Matthews
78223eb8ef
Fixed copypasta fail
2014-11-25 12:43:42 +00:00
Dougal Matthews
d72a56f37f
Move the docs theme out of the docs folder.
2014-11-25 12:43:42 +00:00
Dougal Matthews
6a10b90f72
Correct the capitalisation of API
2014-11-25 12:43:42 +00:00