Django
Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.
Here are 23,987 public repositories matching this topic...
-
Updated
Sep 2, 2020 - Python
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Aug 17, 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 2, 2020 - Python
ISSUE TYPE
- Feature Idea
SUMMARY
When installing/upgrading AWX, an user is requesting that a check be done on external PostgreSQL servers to ensure that the system requirements are being followed. In later releases of AWX, PostgreSQL 10 is now required (https://github.com/ansible/awx/blob/devel/INSTALL.md#system-requ
-
Updated
Aug 26, 2020 - Python
-
Updated
Aug 16, 2020 - JavaScript
-
Updated
Aug 31, 2020 - Python
-
Updated
May 7, 2020 - Python
-
Updated
Aug 28, 2020 - Python
-
Updated
Aug 31, 2020 - Makefile
-
Updated
Jun 5, 2020 - JavaScript
-
Updated
Aug 14, 2020 - CSS
-
Updated
Jul 28, 2020 - Python
-
Updated
Jul 7, 2020 - Python
Describe the bug
Sometimes the test_duplicate_checks tests fail:
======================================================================
FAIL: test_check_multiple_duplicated_tokens (weblate.checks.tests.test_duplicate_checks.DuplicateCheckTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/webla
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
@actiondecorator. It wasn't easy to find out which arguments I can pass in it. For example, I needed to pass aserializer_classinside but found out that I can do it only after searching for issues on Github.