This repository was archived by the owner on Mar 19, 2026. It is now read-only.
forked from django/django
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature - Nested FilteredRelation Support #1
Open
ferrants
wants to merge
34
commits into
master
Choose a base branch
from
filtered-relation-nested
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
34 commits
Select commit
Hold shift + click to select a range
0707ff6
Renamed set_language()'s next variable to avoid clash with builtin.
myusko 6c9c823
Renamed docs/README to README.rst.
Someoneece 66e16dc
Removed unused lines in ImageFieldTests.test_pickle().
hramezani aaea9de
Refs #21238 -- Added more tests for pickling FileField and ImageField.
hramezani f600e3f
Fixed #21238 -- Fixed restoring attributes when pickling FileField an…
hramezani eef3ea8
Fixed #31148 -- Added error messages on update()/delete() operations …
hramezani ceecd05
Improved ReST formatting in docs/README.rst.
KHMANJUNATH eb629f4
Fixed #30995 -- Allowed converter.to_url() to raise ValueError to ind…
jcushman aa6c620
More accurate terminology ("logger" instead of "logging handler") in …
4c1b401
Added file cleanup in FileFieldTests.test_pickle().
carltongibson 5166097
Fixed #31154 -- Added support for using enumeration types in templates.
adamchainz 581ba5a
Refs #23004 -- Allowed exception reporter filters to customize settin…
carltongibson e2d9d66
Fixed #23004 -- Added request.META filtering to SafeExceptionReporter…
carltongibson 8b3e714
Fixed #30980 -- Improved error message when checking uniqueness of ad…
AdamDonna 6f7998a
Fixed #31155 -- Fixed a system check for the longest choice when a na…
felixxm 1f4b9f4
Removed unused ExceptionReporterFilter class.
carltongibson 77d335e
Fixed #31160 -- Fixed admin CSS for ordered lists' descendants in uno…
owenh000 20debf0
Fixed typo in docs/ref/django-admin.txt.
blueyed 4fe4865
Fixed <span> nesting in technical 500 template.
blueyed 927c903
Refs #31097 -- Added release notes for 2f565f84aca136d9cc4e4d061f3196…
carltongibson 63e6ee1
Fixed #29871 -- Allowed setting pk=None on a child model to create a …
ChetanKhanna 59b4e99
Refs #31136 -- Made QuerySet.values()/values_list() group only by sel…
felixxm b5a62bd
Refs #27468 -- Added explicit tests for django.utils.crypto.salted_hm…
claudep c5e373d
Fixed obsolete comment in django.utils.crypto.salted_hmac().
felixxm d202846
Refs #29998 -- Corrected auto-created OneToOneField parent_link in MT…
felixxm 29c126b
Fixed #31124 -- Fixed setting of get_FOO_display() when overriding in…
carltongibson 7400da4
Clarified backport policy for regressions.
carltongibson bf77669
Fixed #29998 -- Allowed multiple OneToOneFields to the parent model.
felixxm 1e0dcd6
Used constant instead of hard-coded value for recursive relationship.
adamchainz d08d4f4
Fixed #30765 -- Made cache_page decorator take precedence over max-ag…
fcurella 266c853
Fixed #31162 -- Prevented error logs when using WKT strings in lookups.
felixxm a5a28de
Added apps.py to project from tutorials in reusable apps docs.
AnaelMobilia 13e4abf
Fixed #30752 -- Allowed using ExceptionReporter subclasses in error r…
2f9bde3
fix nested filtered relations
ferrants 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -94,7 +94,7 @@ h5 { | |
| letter-spacing: 1px; | ||
| } | ||
|
|
||
| ul li { | ||
| ul > li { | ||
| list-style-type: square; | ||
| padding: 1px 0; | ||
| } | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
This allows the nested FilterRelation
relation_name