-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Added release notes for Django 1.5 alpha 1. #470
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
Conversation
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
Also updated 1.5-proper release notes a bit.
Merged in 137fdbe |
nanuxbe
pushed a commit
to nanuxbe/django
that referenced
this pull request
Jul 2, 2016
jwhitlock
pushed a commit
to jwhitlock/django
that referenced
this pull request
Sep 28, 2022
Special thanks to Hannes Ljungberg for finding multiple implementation gaps. Thanks also to Simon Charette and Adam Johnson for reviews.
felixxm
pushed a commit
to LilyFirefly/django
that referenced
this pull request
May 12, 2023
Special thanks to Hannes Ljungberg for finding multiple implementation gaps. Thanks also to Simon Charette, Adam Johnson, and Mariusz Felisiak for reviews.
nessita
pushed a commit
that referenced
this pull request
Jan 23, 2025
…nd boundary conditions. Backport of 352d860 from main.
ArneTR
added a commit
to green-coding-solutions/django
that referenced
this pull request
Jan 24, 2025
* upstream/main: Refs django#470 -- Fixed field_defaults test failures due to year-end boundary conditions. Clarified feature freeze tasks in docs/internals/howto-release-django.txt. Fixed #36010 -- Avoided touching mo files while checking writability. Fixed #36013 -- Removed use of IDNA-2003 in django.utils.html. Refs #27674 -- Removed unused GIS icons. Fixed #36125 -- Switched docs to use chat.djangoproject.com when referencing the Discord server. Fixed #36114 -- Fixed link visibility when list_display_links field contains only whitespace. Switched to pull_request_target event trigger in the Labels Github action. Fixed #24529 -- Allowed double squashing of migrations. Refs #24529 -- Added replace_migration hook to MigrationLoader.
ArneTR
added a commit
to green-coding-solutions/django
that referenced
this pull request
Jan 24, 2025
…-callstring * upstream/main: Refs django#470 -- Fixed field_defaults test failures due to year-end boundary conditions. Clarified feature freeze tasks in docs/internals/howto-release-django.txt. Fixed #36010 -- Avoided touching mo files while checking writability. Fixed #36013 -- Removed use of IDNA-2003 in django.utils.html. Refs #27674 -- Removed unused GIS icons. Fixed #36125 -- Switched docs to use chat.djangoproject.com when referencing the Discord server. Fixed #36114 -- Fixed link visibility when list_display_links field contains only whitespace. Switched to pull_request_target event trigger in the Labels Github action. Fixed #24529 -- Allowed double squashing of migrations. Refs #24529 -- Added replace_migration hook to MigrationLoader.
ryancheley
pushed a commit
to ryancheley/django
that referenced
this pull request
Jan 25, 2025
… boundary conditions.
gtossou
pushed a commit
to gtossou/django
that referenced
this pull request
Apr 4, 2025
… boundary conditions.
charettes
added a commit
to charettes/django
that referenced
this pull request
Jun 14, 2025
Determining if a field is db_returning based on the default connection feature availability prevent the usage of RETURNING for db_default fields in setups where non-default backends do support RETURNING. Whether or not the field should be attempted to be returned is already checked at the compiler level which is backend aware.
felixxm
pushed a commit
to felixxm/django
that referenced
this pull request
Aug 23, 2025
Determining if a field is db_returning based on the default connection feature availability prevents the usage of RETURNING for db_default fields in setups where non-default backends do support RETURNING. Whether or not the field should be attempted to be returned is already checked at the compiler level which is backend aware.
rcj0003
pushed a commit
to rcj0003/django
that referenced
this pull request
Sep 11, 2025
Determining if a field is db_returning based on the default connection feature availability prevents the usage of RETURNING for db_default fields in setups where non-default backends do support RETURNING. Whether or not the field should be attempted to be returned is already checked at the compiler level which is backend aware.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Also updated 1.5-proper release notes a bit.