Commit Graph

  • b5bf67d213 Changed hide to d-none David Smith 2021-04-15 19:25:06 +0100
  • db81b27469 Namespaced data attributes David Smith 2021-04-15 19:22:54 +0100
  • 3d156f476a Bump Bootstrap to v5.0.0-beta3 David Smith 2021-04-14 08:33:36 +0100
  • 0d1d54de1e Used bootstrap5 bundled js * No need to add popper.js as a separate source David Smith 2020-07-14 22:21:58 +0100
  • 971bca63f7 Remove duplicate <p> tags * render_markdown returns its content in a <p> tag, so don't need to wrap again. David Smith 2020-07-14 19:04:18 +0100
  • b0c51d8707 remove fontawesome David Smith 2020-07-14 22:04:31 +0100
  • a3d9232ea9 Docs David Smith 2020-07-14 18:38:58 +0100
  • ec558a484f Admin * Updated glyphicons to Bootstrap 5 icons David Smith 2020-07-13 21:56:01 +0100
  • 5a5cece5bd Inline Forms David Smith 2020-07-13 16:41:06 +0100
  • fe7a0cf3c5 Filters David Smith 2020-07-13 15:26:06 +0100
  • 5577d3632e Vertical forms David Smith 2020-07-13 14:42:12 +0100
  • 39c22e057d Fixed tests following horizontal form changes * error class has changed to invalid-feedback David Smith 2020-07-12 21:49:29 +0100
  • fc7235e636 Horizontal forms David Smith 2020-07-11 20:53:12 +0100
  • 44c9d8f3c7 Changed form-group to mb-3 * form-group is deprecated in bootstrap 5 and is replaced by utility classes. David Smith 2020-07-11 16:26:58 +0100
  • 8492841ed3 HTML/Raw data forms David Smith 2020-07-11 08:35:03 +0100
  • 69ba59ccb1 Pagination (numbers.html) David Smith 2020-07-10 21:10:27 +0100
  • db22809971 Page header * BS3 had lots of top (20px) and bottom (10px) margin to push page down. Now added top margin on the div. * Font has style has changed with bs5. But is slightly custom as font weight is over riden. Personally think it looks ok. David Smith 2020-07-10 20:58:11 +0100
  • 7be17e9bae Navbar and top buttons * navbar-expand-md to stop navbar growing when dropdown opens. * Split dropdown doesn't work with tooltip - looks like a bs5 bug (same layout works with bs4) * Need to check button colours * Need to look at colour of dropdown links David Smith 2020-07-10 20:55:40 +0100
  • 830f515214 Updated static files to BS-v5 & added popper.js David Smith 2020-07-09 12:42:36 +0100
  • 7cd5ae7275 Merge branch 'master' into fix/throttling/timer-mocking-by-freezegun Łukasz Skarżyński 2021-04-27 11:44:23 +0200
  • a0083f7f98
    FIX: Broken cite. (#7951) Julien Palard 2021-04-26 10:30:41 +0200
  • 52f3c770df make raise_exception keyword-only in metaclass Max 2021-04-25 22:51:42 +0300
  • edbb7a4c8f make raise_exception a keyword-only argument Max 2021-04-25 22:32:39 +0300
  • 97ef01310d
    Fix CursorPagination parameter schema type Jameel Al-Aziz 2021-02-02 21:13:03 -0800
  • 1af12dcee2 FIX: Broken cite. Julien Palard 2021-04-24 09:15:46 +0200
  • 8f42b009f4
    Update Tutorial - Relationships & Hyperlinked APIs juliangeissler 2021-04-23 13:13:47 +0000
  • 431f7dfa3d
    fix typo in packaging requirements (#7949) Łukasz Skarżyński 2021-04-23 10:34:58 +0200
  • 88317ac808 fix typo in packaging requirements Łukasz Skarżyński 2021-04-23 10:12:30 +0200
  • 130dd0ec09 make timer method static one Łukasz Skarżyński 2021-04-23 10:06:07 +0200
  • 188b2e91d3
    Update Tutorial - Serialization juliangeissler 2021-04-22 14:41:15 +0000
  • 22a5415098 Tutorial - quickstart - Update browsable API image juliangeissler 2021-04-22 13:12:36 +0000
  • d77c731d89
    Tutorial - Adjust quickstart juliangeissler 2021-04-22 12:46:47 +0000
  • 1f0b88244e
    Tutorial - Adjust quickstart juliangeissler 2021-04-22 12:34:15 +0000
  • 1c7035f721 Adapts schema generation for pagination. Robert Stein 2020-11-29 17:37:24 +0100
  • eea623e0d2 Fix #7575 Taranjeet Singh 2021-04-21 20:54:13 +0530
  • 8812394ed8
    Add distinction between request and response serializers for OpenAPI (#7424) Denis Orehovsky 2021-04-20 17:03:16 +0300
  • a094f59b2b Make Field constructors keyword-only Aarni Koskela 2020-11-10 10:16:11 +0200
  • 010c8d4f08
    Use tox-py in CI (#7925) Adam Johnson 2021-04-16 17:59:27 +0100
  • 407dc4b9d7 Use tox-py in CI Adam Johnson 2021-04-16 16:50:58 +0100
  • 67b5093ca5
    Fix pytest warnings (#7928) Adam Johnson 2021-04-16 17:47:21 +0100
  • 487436c3e1 Fix pytest warnings Adam Johnson 2021-04-16 17:37:55 +0100
  • a0a2c5cb37
    Fix tests with mock timezone (#7911) Terence Honles 2021-04-16 09:27:22 -0700
  • f628db383a
    Fix GitHub Actions to run on 'master' branch (#7926) Adam Johnson 2021-04-16 17:23:18 +0100
  • 62b3ba3092 Fix GitHub Actions to run on 'master' branch Adam Johnson 2021-04-16 17:02:59 +0100
  • 1c494e3d94
    Update references to Travis CI after moving to Github Actions (#7909) Terence Honles 2021-04-12 05:14:26 -0700
  • 9bdd6125a1
    fix broken article link (#7918) Lalit Suthar 2021-04-12 16:29:58 +0530
  • 4dd77a4444 fix broken article link lalit97 2021-04-09 20:21:33 +0530
  • 475bfc435f adjust GitHub actions to test Django versions Terence D. Honles 2021-04-06 18:57:27 -0700
  • 22dd853bda fix tests with mock timezone after django/django#13877 Terence D. Honles 2021-04-06 19:37:43 -0700
  • 8ffc330f53 Update references to Travis CI after moving to Github Actions Terence Honles 2021-04-06 17:43:05 -0700
  • fd017d00f9
    Move CI to GitHub Actions (#7903) Adam Johnson 2021-04-06 18:34:18 +0100
  • 90635c138f
    Update pre-commit for flake8 move (#7907) Adam Johnson 2021-04-06 17:49:17 +0100
  • 1f7464f96e Update pre-commit for flake8 move Adam Johnson 2021-04-06 17:31:24 +0100
  • 37ef62b0e6
    Remove link to third party cookiecutter template (#7902) Adam Johnson 2021-04-05 18:18:35 +0100
  • 789b021542 install wheel too Adam Johnson 2021-04-05 14:41:33 +0100
  • 481c24487d ignore_outcome not ignore_errors Adam Johnson 2021-04-05 13:12:40 +0100
  • 9e8d32768c Single line to have tox pick up TOXENV Adam Johnson 2021-04-05 12:43:24 +0100
  • fc0ba0f0b3 Ignore acceptable failures Adam Johnson 2021-04-05 12:43:00 +0100
  • 35aec6c047 Make use of Token Meta attributes in TokenProxy Hugo Cartwright 2021-04-05 13:35:29 +0200
  • 3df639f845 Move CI to GitHub Actions Adam Johnson 2021-04-05 12:22:07 +0100
  • aa12a5f967
    Lint with pre-commit (#7900) Adam Johnson 2021-04-05 12:08:52 +0100
  • dff8ec147e Fix docstring for recent commit Hugo Cartwright 2021-04-05 13:05:45 +0200
  • 8dc991e3b7 Simplify proxy vs abstract booleans in TokenProxy Hugo Cartwright 2021-04-05 12:43:24 +0200
  • 835473fa33 Remove link to third party cookiecutter template Adam Johnson 2021-04-05 11:24:12 +0100
  • b3c88501ff Fix github action for master/main Adam Johnson 2021-04-05 11:13:34 +0100
  • a5e189c761 Remove reliance on binascii for converting binary to hex Hugo Cartwright 2021-04-05 12:13:31 +0200
  • 846fe70cff
    De-duplicate contributing guide (#7901) Adam Johnson 2021-04-05 11:12:28 +0100
  • 7c1ee48f7f Actually add github action Adam Johnson 2021-04-05 11:12:09 +0100
  • bec120aa2d Update doc Adam Johnson 2021-04-05 11:10:53 +0100
  • 813070427a Fix tox file Adam Johnson 2021-04-05 11:10:11 +0100
  • 0c120f4189 De-duplicate contributing guide Adam Johnson 2021-04-05 10:47:22 +0100
  • 355b511cf8 Lint with pre-commit Adam Johnson 2021-04-05 10:46:52 +0100
  • d82519bf8a
    Updated dependencies (#7589) David Smith 2021-04-05 10:28:03 +0100
  • 51169060b6 Make use of RetrieveAPIView, UpdateAPIView, DestroyAPIView in subclasses Hugo Cartwright 2021-04-03 21:05:41 +0200
  • a8fece5042 Updated dependencies David Smith 2020-10-10 20:41:32 +0100
  • d24cc4b88d Fix existing unit test Bob Thomas 2021-04-01 17:18:57 -0400
  • a0a27a19a9 Allow setting read_only fields from defaults Bob Thomas 2021-04-01 17:03:20 -0400
  • 78da1a824f
    Bump pygments from 2.4.2 to 2.7.4 in /requirements (#7886) dependabot[bot] 2021-04-01 16:52:19 +0100
  • 979f4d58ea Make use of distutils.util.strtobool in BooleanField class Hugo Cartwright 2021-04-01 15:38:44 +0200
  • 406e6a2f35
    Update MANIFEST.in (#7893) Tom Christie 2021-04-01 14:15:53 +0100
  • f05b6751f8
    Update MANIFEST.in Tom Christie 2021-04-01 13:08:07 +0100
  • e6b427ac24
    Bump pygments from 2.4.2 to 2.7.4 in /requirements dependabot[bot] 2021-04-01 09:48:44 +0000
  • 96885dd9a7
    Fixed markdown test (#7892) David Smith 2021-04-01 09:49:47 +0100
  • e6fceb4927 Fixed markdown test The pygments rendering of invalid json changed in pygments>=2.7.3 David Smith 2021-03-31 21:48:45 +0100
  • 29d8796b1d isort Rollo Konig Brock 2021-03-31 17:59:22 +0100
  • 50bc79a874
    Update serializers.md Maximilian Blacher 2021-03-31 18:36:43 +0200
  • 9412ed16a1 More pep8 Rollo Konig Brock 2021-03-31 16:48:59 +0100
  • 99bd5b0e1f Python3.5 compat Rollo Konig Brock 2021-03-31 16:28:27 +0100
  • 91f9677f57 pep8 Rollo Konig Brock 2021-03-31 16:27:23 +0100
  • 21710814d7 Fix normal tests Rollo Konig Brock 2021-03-31 15:57:48 +0100
  • 9408b4311c Fix broken pagination Rollo Konig Brock 2021-03-31 10:17:06 +0100
  • 2375f6c51c Demo broken pagination Rollo Konig Brock 2021-03-31 09:41:35 +0100
  • 28e6a2a162 Add russian localization for invalid UUID message ice1x 2021-03-29 21:21:49 +0500
  • 5c9bd01b5f Fix #7722. Berkant Kepez 2021-03-26 18:11:58 +0100
  • 5d93f97923
    Simplify MANIFEST.in David Runge 2021-03-27 11:31:59 +0100
  • 68fe6d1779 Fix grammer to be more appropriate sangwoo-98 2021-03-27 18:06:19 +0900
  • 0323d6f895
    Linting fixes (#7874) 3.12.4 Tom Christie 2021-03-26 12:27:10 +0000
  • ffbb839d94 Reintroduce file from accidental deletion Tom Christie 2021-03-26 10:26:06 +0000
  • a9887ef9de Merge branch 'bug-fix' of https://github.com/ankitdobhal/django-rest-framework into ankitdobhal-bug-fix Tom Christie 2021-03-26 10:24:39 +0000
  • 5a8c643f1b
    Delete test_fields.py Tom Christie 2021-03-26 10:21:50 +0000