8000 Ticket 36369 by jrsenthil-kumar2312 · Pull Request #19483 · django/django · GitHub
[go: up one dir, main page]

Skip to content

Ticket 36369 #19483

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

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4cc055b
Ticket_3638: Fixed failing test
jrsenthil-kumar2312 May 18, 2025
583a9a1
Fixed #36373 -- Fixed select_related() crash on foreign object for a …
charettes May 8, 2025
0cfec17
Fixed #33174 -- Fixed migrations crash for model inheriting from Gene…
UnknownPlatypus Apr 26, 2025
32e620a
Refs #35591 -- Ensured isolated test environ for runserver warning.
carltongibson May 13, 2025
23ed58f
Fixed #35518 -- Optimized RoutePattern by using string operations for…
RealOrangeOne Jun 10, 2024
7edb039
Fixed #36332 -- Corrected HttpRequest.get_full_path() and HttpRequest…
Kashemir001 Apr 18, 2025
7878088
Updated guidance to propose new feature ideas in contributing docs.
LilyAcorn Apr 27, 2025
b09edd9
Refs #36383, #26151 -- Corrected spelling of DeconstructibleSerializer.
adamchainz May 11, 2025
5695657
Refs #36383 -- Extended DeconstructibleSerializer to support non-iden…
adamchainz May 11, 2025
42d28aa
Refs #36383 -- Added extra tests for serializing functools.partial in…
adamchainz May 12, 2025
000ebb6
Fixed #36383 -- Improved migration serialization for functools.partia…
adamchainz May 11, 2025
38c1af0
Refs #36085 -- Moved compile_json_path to BaseDatabaseOperations.
Hesham942 May 13, 2025
f5c9b54
Fixed #36085 -- Added JSONField support for negative array indexing o…
savanto May 13, 2025
6508c59
Fixed #36273 -- Moved Index system checks from Model to Index.check().
timgraham Apr 20, 2025
bbf7d6b
Fixed #35507 -- Improved accessibility of search and filter elements …
Antoliny0919 Apr 13, 2025
6b00b44
Fixed #35852 -- Fixed intcomma locale-aware formatting of string numb…
tim-mccurrach Apr 26, 2025
3d80110
Refs #35844 -- Skipped argon2-cffi requirement in Windows for Python …
nessita May 14, 2025
bd10f26
Fixed #35829 -- Updated admin icons using Font Awesome Free version 6…
pablobn Dec 10, 2024
89b2201
Fixed incorrect spacing in docs/ref/contrib/postgres/fields.txt.
jacobtylerwalls May 15, 2025
2382deb
Added missing import in docs/ref/contrib/admin/index.txt.
Antoliny0919 May 15, 2025
a8cb6f6
Refs #34488 -- Made test files path resolution independent of current…
timgraham May 15, 2025
7b4e762
Refs #35844 -- Skipped selenium and geoip2 requirement in Windows for…
felixxm May 15, 2025
8dfbcb7
Fixed #33312 -- Raised explicit exception when copying deferred model…
charettes May 6, 2025
8f1dee7
Fixed #36392 -- Raised ValueError when subquery referencing composite…
jacobtylerwalls May 15, 2025
43c8470
Fixed #36348 -- Fixed handling multiple nested url()s in ManifestStat…
sciyoshi Apr 23, 2025
60332ef
Ticket_36369: Added tests for REVERSE_PROPERTIES.
jrsenthil-kumar2312 May 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions django/contrib/admin/static/admin/img/LICENSE

This file was deleted.

78 changes: 78 additions & 0 deletions django/contrib/admin/static/admin/img/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# Information about icons in this directoy

## License

All icons in this directory are provided by
[Font Awesome Free](https://fontawesome.com), version 6.7.2.

- The icons are licensed under the [Creative Commons Attribution 4.0
International (CC-BY-4.0)](https://creativecommons.org/licenses/by/4.0/)
license.
- This license allows you to use, modify, and distribute the icons, provided
proper attribution is given.

## Usage

- You may use, modify, and distribute the icons in this repository in
compliance with the [Creative Commons Attribution 4.0 International
(CC-BY-4.0)](https://creativecommons.org/licenses/by/4.0/) license.

## Modifications

- These icons have been resized, recolored, or otherwise modified to fit the
requirements of this project.

- These modifications alter the appearance of the original icons but remain
covered under the terms of the
[CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) license.

## Contributing SVG Icons

To ensure visual consistency, traceability, and proper license attribution,
follow these guidelines when adding or modifying icons.

## ⚠️ Important: Changing Font Awesome Version

If you update to a different Font Awesome version, you must **update all SVG
files** and **comments inside the files** to reflect the new version number and
licensing URL accordingly. For example:

* Original:
```xml
<!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.-->
```
* Updated:
```xml
<!--!Font Awesome Free X.Y.Z by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright YYYY Fonticons, Inc.-->
```

## Adding a new icon

1. Use only [Font Awesome Free Icons](https://fontawesome.com/icons).
2. Save the icon as a .svg file in this directory.
3. Include the following attribution comment at the top of the file (do not change it):
```xml
<!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.-->
```
4. Right before the `<path>` element, add the following metadata comment, using the correct values:
```xml
<!--
Icon Name: [icon-name]
Icon Family: [classic | sharp | brands | etc.]
Icon Style: [solid | regular | light | thin | duotone | etc.]
-->
```

### Example SVG Structure

```xml
<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.-->
<!--
Icon Name: plus
Icon Family: classic
Icon Style: solid
-->
<path fill="#5fa225" stroke="#5fa225" stroke-width="30" d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z"/>
</svg>
```
7 changes: 0 additions & 7 deletions django/contrib/admin/static/admin/img/README.txt

This file was deleted.

89 changes: 35 additions & 54 deletions django/contrib/admin/static/admin/img/calendar-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions django/contrib/admin/static/admin/img/icon-addlink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions django/contrib/admin/static/admin/img/icon-alert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions django/contrib/admin/static/admin/img/icon-calendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions django/contrib/admin/static/admin/img/icon-changelink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 11 additions & 5 deletions django/contrib/admin/static/admin/img/icon-clock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions django/contrib/admin/static/admin/img/icon-deletelink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions django/contrib/admin/static/admin/img/icon-hidelink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions django/contrib/admin/static/admin/img/icon-no.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
0