Django

Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.
Here are 24,681 public repositories matching this topic...
-
Updated
Sep 30, 2020 - Python
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Sep 28, 2020 - JavaScript
-
Updated
Sep 21, 2020 - Python
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
-
Updated
Sep 30, 2020 - Python
ISSUE TYPE
- Bug Report
SUMMARY
Form error handling isn't quite correct for organizations within notification templates. It is either missing, or uncolored text.
STEPS TO REPRODUCE
- To get the first bug, simply go to Notifications > Add. Then click Save without filling out the required fields. All the required fields will go red and show red error text, but the Organi
-
Updated
Sep 24, 2020 - Python
-
Updated
Sep 17, 2020 - JavaScript
There are a few SEO components that we regularly find clients asking for the ability to control on product and category pages:
- Meta title
- Meta description
- Slug
For products, slug, meta title and description are all auto-generated from the product title/description, with no option to override any of these. While this is fine a lot of the time, Oscar should provide the ability to ov
-
Updated
Aug 31, 2020 - Python
Is your feature request related to a problem?
Please describe.
Feature flags currently can only be toggled on and off, but not deleted.
Describe the solution you'd like
A delete button.
Describe alternatives you've considered
Repurposing old feature flags for new ones.
Additional context
Thank you for your feature request – we love each and every on
-
Updated
May 7, 2020 - Python
-
Updated
Sep 29, 2020 - Makefile
-
Updated
Sep 11, 2020 - Python
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Sep 23, 2020 - CSS
-
Updated
Sep 4, 2020 - Python
-
Updated
Jul 7, 2020 - Python
The last letter is only copied over when clicking elsewhere, or when clicking backspace. (Latest FF)
This is upon making the second component.
Created by Adrian Holovaty, Simon Willison
Released 21 July 2005
- Repository
- django/django
- Website
- www.djangoproject.com
- Wikipedia
- Wikipedia
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 aserializer_class
inside but found out that I can do it only after searching for issues on Github.