Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
aivarsk
/
django
Public
forked from
django/django
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Dec 7, 2023
Fixed #35020 -- Fixed ModelAdmin.lookup_allowed() for non-autofield primary keys.
Show description for f80669d
sarahboyce
authored and
felixxm
committed
f80669d
View commit details
Copy full SHA for f80669d
Browse repository at this point
Commits on Dec 6, 2023
Replaced deprecated database type synonyms in Oracle backend.
felixxm
authored
00ef743
View commit details
Copy full SHA for 00ef743
Browse repository at this point
Refs #34986 -- Added PyPy to tox.ini.
ngnpope
authored and
felixxm
committed
66d58e7
View commit details
Copy full SHA for 66d58e7
Browse repository at this point
Refs #34986 -- Moved garbage_collect() helper to django.test.utils.
ngnpope
authored and
felixxm
committed
fb92163
View commit details
Copy full SHA for fb92163
Browse repository at this point
Refs #34986 -- Avoided implementation-specific unpickleable types.
Show description for 1c3614e
ngnpope
authored and
felixxm
committed
1c3614e
View commit details
Copy full SHA for 1c3614e
Browse repository at this point
Fixed typo in tests/backends/postgresql/test_server_side_cursors.py.
ngnpope
authored and
felixxm
committed
2c6e4a2
View commit details
Copy full SHA for 2c6e4a2
Browse repository at this point
Commits on Dec 5, 2023
Changed django.contrib.gis.geoip2 package to a module.
ngnpope
authored and
felixxm
committed
0ee2b8c
View commit details
Copy full SHA for 0ee2b8c
Browse repository at this point
Inlined django.contrib.gis.geoip2.resources module.
ngnpope
authored and
felixxm
committed
60c7cb9
View commit details
Copy full SHA for 60c7cb9
Browse repository at this point
Deprecated django.contrib.gis.geoip2.GeoIP2.open().
ngnpope
authored and
felixxm
committed
07f9f99
View commit details
Copy full SHA for 07f9f99
Browse repository at this point
Added stub release notes for 4.2.9.
felixxm
committed
464af09
View commit details
Copy full SHA for 464af09
Browse repository at this point
Updated expected release date for 5.0.1.
felixxm
committed
689306c
View commit details
Copy full SHA for 689306c
Browse repository at this point
Commits on Dec 4, 2023
Added stub release notes for 5.0.1.
nessita
committed
14884b6
View commit details
Copy full SHA for 14884b6
Browse repository at this point
Updated translations from Transifex.
Show description for 5076bb4
nessita
committed
5076bb4
View commit details
Copy full SHA for 5076bb4
Browse repository at this point
Finalized release notes for Django 5.0.
nessita
committed
1994a26
View commit details
Copy full SHA for 1994a26
Browse repository at this point
Fixed #34830 -- Added request to bad_request/csrf_failure view template contexts.
yushanfans2233
authored and
felixxm
committed
14b0132
View commit details
Copy full SHA for 14b0132
Browse repository at this point
Added release date for 4.2.8.
felixxm
committed
8fcb9f1
View commit details
Copy full SHA for 8fcb9f1
Browse repository at this point
Commits on Dec 3, 2023
Removed unused CSS rules for related widget in RTL.
knyghty
authored
94d495f
View commit details
Copy full SHA for 94d495f
Browse repository at this point
Fixed #35002 -- Made UniqueConstraints with fields respect nulls_distinct.
Show description for 54cb1a7
peterthomassen
authored and
felixxm
committed
54cb1a7
View commit details
Copy full SHA for 54cb1a7
Browse repository at this point
Commits on Dec 1, 2023
Fixed #35001 -- Fixed position of related widget action icons in admin for some screen sizes.
knyghty
authored
dec8aa6
View commit details
Copy full SHA for dec8aa6
Browse repository at this point
Made GeoIP2.__del__() close all databases.
ngnpope
authored
0f83133
View commit details
Copy full SHA for 0f83133
Browse repository at this point
Improved wording in auth.models.User field docs.
Show description for 79099a7
2 people
authored and
felixxm
committed
79099a7
View commit details
Copy full SHA for 79099a7
Browse repository at this point
Refs #35004 -- Restored the direction of arrows in admin selector boxes for RTL languages on mobile screens.
Show description for dafbed9
felixxm
authored
dafbed9
View commit details
Copy full SHA for dafbed9
Browse repository at this point
Deprecated django.contrib.gis.geoip2.GeoIP2.coords().
Show description for b925fef
ngnpope
authored and
felixxm
committed
b925fef
View commit details
Copy full SHA for b925fef
Browse repository at this point
Simplified coordinate retrieval routines for GeoIP2.
Show description for 1311f82
ngnpope
authored and
felixxm
committed
1311f82
View commit details
Copy full SHA for 1311f82
Browse repository at this point
Refs #35003 -- Corrected "wide" form margins in admin for LTR languages.
knyghty
authored
be06c39
View commit details
Copy full SHA for be06c39
Browse repository at this point
Commits on Nov 30, 2023
Fixed #34995 -- Improved position of related widget's add link on admin pages on small screens.
Show description for 999ba9d
3 people
committed
999ba9d
View commit details
Copy full SHA for 999ba9d
Browse repository at this point
Refs #34995 -- Made Selenium tests more robust for admin_views and admin_widgets suites.
Show description for af2fd36
2 people
authored and
nessita
committed
af2fd36
View commit details
Copy full SHA for af2fd36
Browse repository at this point
Fixed #35003 -- Corrected margins in admin for RTL languages.
knyghty
authored
b34a477
View commit details
Copy full SHA for b34a477
Browse repository at this point
Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_comment on SQLite.
Show description for 37fc832
felixxm
authored
37fc832
View commit details
Copy full SHA for 37fc832
Browse repository at this point
Fixed #35004 -- Corrected the direction of arrows in admin selector boxes for RTL languages on small screens.
Show description for 57c1dd4
felixxm
authored
57c1dd4
View commit details
Copy full SHA for 57c1dd4
Browse repository at this point
Improved structure of Contributing Guide start page.
marksweb
authored and
felixxm
committed
6ab0f8a
View commit details
Copy full SHA for 6ab0f8a
Browse repository at this point
Commits on Nov 29, 2023
Refs #34986 -- Removed redundant CustomChoicesTests.test_timezone_unsupported().
Show description for 06c5cb1
ngnpope
authored and
felixxm
committed
06c5cb1
View commit details
Copy full SHA for 06c5cb1
Browse repository at this point
Removed unused GeoIP2.info property.
ngnpope
authored
f5f55b4
View commit details
Copy full SHA for f5f55b4
Browse repository at this point
Updated conditions to retrieve primary keys in bulk_create() docs.
simkimsia
authored and
felixxm
committed
c9ce764
View commit details
Copy full SHA for c9ce764
Browse repository at this point
Refs #25778 -- Updated some links and references to HTTPS.
adamchainz
authored and
felixxm
committed
272ceb9
View commit details
Copy full SHA for 272ceb9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.