diff --git a/api-guide/permissions.html b/api-guide/permissions.html
index 1c2ef24d1..afc18e56f 100644
--- a/api-guide/permissions.html
+++ b/api-guide/permissions.html
@@ -292,7 +292,7 @@ def example_view(request, format=None):
The IsAuthenticatedOrReadOnly
will allow authenticated users to perform any request. Requests for unauthorised users will only be permitted if the request method is one of the "safe" methods; GET
, HEAD
or OPTIONS
.
This permission is suitable if you want to your API to allow read permissions to anonymous users, and only allow write permissions to authenticated users.
DjangoModelPermissions
-This permission class ties into Django's standard django.contrib.auth
model permissions. When applied to a view that has a .model
property, authorization will only be granted if the user is authenticated and has the relevant model permissions assigned.
+This permission class ties into Django's standard django.contrib.auth
model permissions. When applied to a view that has a .model
property, authorization will only be granted if the user is authenticated and has the relevant model permissions assigned.
POST
requests require the user to have the add
permission on the model.
PUT
and PATCH
requests require the user to have the change
permission on the model.
diff --git a/css/default.css b/css/default.css
index 090d42a62..7f3acfed2 100644
--- a/css/default.css
+++ b/css/default.css
@@ -314,12 +314,27 @@ ul.sponsor.diamond li a {
width: 600px;
height: 20px;
text-align: center;
- margin: 10px 40px;
+ margin: 10px 70px;
padding: 300px 0 0 0;
background-position: 0 50%;
background-size: 600px auto;
background-repeat: no-repeat;
- font-size: 150%;
+ font-size: 200%;
+}
+
+@media (max-width: 1000px) {
+ ul.sponsor.diamond li a {
+ float: left;
+ width: 300px;
+ height: 20px;
+ text-align: center;
+ margin: 10px 40px;
+ padding: 300px 0 0 0;
+ background-position: 0 50%;
+ background-size: 280px auto;
+ background-repeat: no-repeat;
+ font-size: 150%;
+ }
}
ul.sponsor.platinum li a {
@@ -335,6 +350,33 @@ ul.sponsor.platinum li a {
font-size: 150%;
}
+ul.sponsor.gold li a {
+ float: left;
+ width: 130px;
+ height: 20px;
+ text-align: center;
+ margin: 10px 30px;
+ padding: 150px 0 0 0;
+ background-position: 0 50%;
+ background-size: 130px auto;
+ background-repeat: no-repeat;
+ font-size: 120%;
+}
+
+ul.sponsor.silver li a {
+ float: left;
+ width: 130px;
+ height: 20px;
+ text-align: center;
+ margin: 10px 30px;
+ padding: 150px 0 0 0;
+ background-position: 0 50%;
+ background-size: 130px auto;
+ background-repeat: no-repeat;
+ font-size: 120%;
+}
+
ul.sponsor {
list-style: none;
+ display: block;
}
diff --git a/img/sponsors/2-cryptico.png b/img/sponsors/2-cryptico.png
new file mode 100644
index 000000000..2d86afe81
Binary files /dev/null and b/img/sponsors/2-cryptico.png differ
diff --git a/img/sponsors/2-django.png b/img/sponsors/2-django.png
new file mode 100644
index 000000000..c89e19cb3
Binary files /dev/null and b/img/sponsors/2-django.png differ
diff --git a/img/sponsors/2-galileo_press.png b/img/sponsors/2-galileo_press.png
new file mode 100644
index 000000000..f77e6c0a8
Binary files /dev/null and b/img/sponsors/2-galileo_press.png differ
diff --git a/img/sponsors/2-security_compass.png b/img/sponsors/2-security_compass.png
new file mode 100644
index 000000000..abd63dbe3
Binary files /dev/null and b/img/sponsors/2-security_compass.png differ
diff --git a/img/sponsors/2-sirono.png b/img/sponsors/2-sirono.png
new file mode 100644
index 000000000..0a243001a
Binary files /dev/null and b/img/sponsors/2-sirono.png differ
diff --git a/img/sponsors/3-brightloop.png b/img/sponsors/3-brightloop.png
new file mode 100644
index 000000000..8d5e85a66
Binary files /dev/null and b/img/sponsors/3-brightloop.png differ
diff --git a/topics/kickstarter-announcement.html b/topics/kickstarter-announcement.html
index 691b7a6fc..659f39134 100644
--- a/topics/kickstarter-announcement.html
+++ b/topics/kickstarter-announcement.html
@@ -241,6 +241,74 @@ a.fusion-poweredby {
- Purple Bit
- KuwaitNET
+
+
+
+
+
+Our gold sponsors include companies large and small. Many thanks for their significant funding of the project and their commitment to sustainable open-source development.
+
+
+
+
+
+
+
+
+The serious financial contribution that our silver sponsors have made is very much appreciated. I'd like to say a particular thank you to individuals who have choosen to privately support the project at this level.
+
+
+
+
+Individual contributions: Paul Hallet, Paul Whipp Consulting, Jannis Leidel.