-
-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing multiple template names to the templating engine. Django will… #920
Open
benf710
wants to merge
49
commits into
jazzband:master
Choose a base branch
from
benf710:custom-admin-templates
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
9b46531
Passing multiple template names to the templating engine. Django will…
benf710 3f25759
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3be641c
Merge branch 'jazzband:master' into custom-admin-templates
benf710 1e8e0ea
Merge branch 'jazzband:master' into custom-admin-templates
benf710 9eef062
Passing multiple template names to the templating engine. Django will…
benf710 84c9595
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1bfb777
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] f2f1008
Bump black from 21.11b1 to 21.12b0 in /requirements
dependabot[bot] 75af5a0
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] 48baa93
Bump sphinx from 4.3.1 to 4.3.2 in /requirements
dependabot[bot] 63c87c8
Bump tox from 3.24.4 to 3.24.5 in /requirements
dependabot[bot] f721c38
Bump psycopg2-binary from 2.9.2 to 2.9.3 in /requirements
dependabot[bot] cbdff44
test against django 4.0 proper
jeking3 db9ce84
fix test due to behavior change on main
jeking3 c42a39d
Bump tox-gh-actions from 2.8.1 to 2.9.1 in /requirements
dependabot[bot] 577d756
Bump sphinx from 4.3.2 to 4.4.0 in /requirements
dependabot[bot] 71b4ae4
Add a queryset based `as_of` support.
jeking3 ae17f71
drop support for python 3.6, past EOL date
jeking3 5abf3bc
Bump coverage from 6.2 to 6.3 in /requirements
dependabot[bot] 0b3de96
add support for verbose_name_plural
4226a29
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 75a30d4
add unit tests for verbose name plural
91f3f3b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6fbc9ac
add name to authors
d32dd8e
Fix diff_against on model with non-editable fields
dracos 27157f3
Bump coverage from 6.3 to 6.3.1 in /requirements
dependabot[bot] cbdc7ec
Remove remaining parts of Python3.6
hramezani d74a5c3
Dropped support for Django 3.1
hramezani b51c5cc
Add Django4.0 to supported Django and Python table in docs.
hramezani c8ac421
Bump black from 21.12b0 to 22.1.0 in /requirements
dependabot[bot] c01d2e0
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] 1cd7df9
Update syntax to Python3.7+
hramezani 11bbc93
Minor typo fixes
skept e943b87
Add isort to pre-commit configuration.
hramezani 1734282
Use pre-commit on tox lint.
hramezani 7e11b8c
Bump coverage from 6.3.1 to 6.3.2 in /requirements
dependabot[bot] 0750bab
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] 3657278
Issue 720 no db indices (#782)
Sult a65eb19
Add HistoricForeignKey for chasing relationships through a timepoint.
jeking3 9df20da
Make change reason customizable with overriding.
amartis 52389f0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 45eb7be
Add to CHANGES.rst
amartis b6e681d
Merge branch 'jazzband:master' into custom-admin-templates
benf710 d376989
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4681cfb
Added default templates const to resolve references in test_admin.py/…
benf710 aed4618
Merge remote-tracking branch 'origin/custom-admin-templates' into cus…
benf710 1a11e94
Merge pull request #1 from jazzband/master
benf710 4a7489d
Merge branch 'master' into custom-admin-templates
benf710 8a3d88e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on CI, something depends on this (could just be tests - didn't look).