Skip to content
#

Django

django logo

Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.

Here are 25,063 public repositories matching this topic...

regzon
regzon commented May 6, 2020

Hello there. Sorry for not using the issue template, but I think it is not suitable in this situation.

I want to ask if there exists detailed documentation about the @action decorator. It wasn't easy to find out which arguments I can pass in it. For example, I needed to pass a serializer_class inside but found out that I can do it only after searching for issues on Github.

jessemenn
jessemenn commented Jul 7, 2020

Issue Summary

Copying a page doesn't copy the original's privacy settings, but appears to inherit from the new parent's privacy settings.

That is, if page A1 is public, and its child page A1a has privacy set to "private, accessible to...," copying page A1a to A1b causes A1b to be set to public. I feel there's a general expectation that the original's privacy settings would copy over to

solarissmoke
solarissmoke commented Oct 7, 2020

Currently, non-public products are not easy to identify in the dashboard list views - there is nothing to distinguish them from public products and you have to view the edit form to determine whether the item is public or not.

I think it would be useful to have a column in the table to indicate whether the product is active. Same applies for categories.

paolodamico
paolodamico commented Oct 4, 2020

Currently our preflight/ endpoint is accessible at any time, even after the instance has already been correctly deployed. We should remove these routes after the app has been deployed (i.e. at least one user has been created in the instance), to avoid potentially leaking some information about the instance's setup (as we add more functionality to this page). To accomplish this,

  • The `_prefligh

Created by Adrian Holovaty, Simon Willison

Released 21 July 2005

Repository
django/django
Website
www.djangoproject.com
Wikipedia
Wikipedia
You can’t perform that action at this time.