Django

Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.
Here are 24,280 public repositories matching this topic...
-
Updated
Sep 15, 2020 - Python
-
Updated
Sep 14, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Aug 11, 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 14, 2020 - Python
ISSUE TYPE
- Feature Idea
SUMMARY
Expose the value of "Execution Node" as a variable when running a job from Ansible Tower.
Example use-case: Secret lookup which provides access token based on the execution node ip address
-
Updated
Sep 12, 2020 - Python
-
Updated
Sep 13, 2020 - JavaScript
-
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 10, 2020 - Makefile
-
Updated
Sep 11, 2020 - Python
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Aug 14, 2020 - CSS
-
Updated
Sep 4, 2020 - Python
-
Updated
Jul 7, 2020 - Python
Currently the tab "Machinery" (in the future perhaps Automatic Suggestions) lists all fuzzy matches one by one with an indication of % match quality.
It would be super helpful during translation if the difference in source between the source string which is currently being translated and the source string for which a match is proposed were highlighted in some form.
Here is how Pontoon does i
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.