1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/docs/ref/contrib
Matthias Kestenholz 0a802233ec
Fixed #32018 -- Extracted admin colors into CSS variables.
Defined all colors used in the admin CSS as variables. Implemented the
following standardizations and accessibility improvements while at it:

- Improved the contrast of text to not use ratios of less than 3:1 anymore.
- Most hover states already used desaturated and darkened colors.
  Changed object tools to follow the same rule instead of showing the
  primary color on hover.

Various places used similar colors; those have been merged with the goal
of reducing the count of CSS variables. Contrasts have been improved in
a few places.

- Many borders used slightly different colors (e.g. #eaeaea vs. #eee)
- Help texts used #999, this has been changed to --body-quiet-color
  (#666) which has a better contrast.

Introduced fast color transitions on links and buttons.
2021-01-07 10:07:19 +01:00
..
admin Fixed #32018 -- Extracted admin colors into CSS variables. 2021-01-07 10:07:19 +01:00
gis Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0. 2020-12-30 09:01:56 +01:00
postgres Fixed #32169 -- Added distinct support to JSONBAgg. 2020-11-04 21:22:54 +01:00
auth.txt Removed versionadded/changed annotations for 3.0. 2020-05-13 09:07:51 +02:00
contenttypes.txt Fixed #32045 -- Doc'd GenericRelatedObjectManager methods. 2020-11-06 11:31:21 +01:00
flatpages.txt
humanize.txt Removed versionadded/changed annotations for 3.0. 2020-05-13 09:07:51 +02:00
index.txt
messages.txt
redirects.txt Refs #31541 -- Added example of creating Redirect objects to redirects app docs. 2020-06-23 12:36:53 +02:00
sitemaps.txt Fixed #27395 -- Added sitemap 'alternates' generation. 2020-07-29 11:48:29 +02:00
sites.txt Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
staticfiles.txt Fixed #32041 -- Doc'd how to modify served files' content types on Windows. 2020-10-01 13:32:26 +02:00
syndication.txt Fixed #31822 -- Added support for comments URL per feed item. 2020-07-30 07:36:27 +02:00