Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
尚未 秒前
False
尚未 秒前
触发文本 忽略文本 阻止文本
1小时前
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o 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
Uh oh!
There was an error while loading. Please reload this page.
django / django Public
* Uh oh!
There was an error while loading. Please reload this page.
* Notifications You must be signed in to change notification settings
* Fork 34.1k
* Star 88.4k
* Code
* Pull requests 451
* Actions
* Security and quality 0
* Insights
Additional navigation options
* Code
* Pull requests
* Actions
* Security and quality
* Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Aug 10, 2026
* Fixed #37257, Refs #35738 -- Prevented double-dot deprecation warnings for template literals.
Show description for b5388a3
adamchainz
authored and
sarahboyce
committed
b5388a3 View commit details
Copy full SHA for b5388a3
Browse repository at this point
Commits on Aug 7, 2026
* Refs #36905 -- Corrected safe param in JSONResponse signature in docs.
Show description for c9eb16a
Aslan Osmanov
authored and
jacobtylerwalls
committed
c9eb16a View commit details
Copy full SHA for c9eb16a
Browse repository at this point
Commits on Aug 6, 2026
* Documented additional caveats for inspectdb.
cliffordgama
authored and
jacobtylerwalls
committed
4243ab1 View commit details
Copy full SHA for 4243ab1
Browse repository at this point
* Fixed #37196 -- Documented SimpleTestCase.async_client_class and async_client in testing tools.
VIZZARD-X
authored and
sarahboyce
committed
ae25a40 View commit details
Copy full SHA for ae25a40
Browse repository at this point
* Fixed #29969 -- Omitted inlines without add permission on save-as-new.
jakobtfr
authored and
sarahboyce
committed
89e8286 View commit details
Copy full SHA for 89e8286
Browse repository at this point
Commits on Aug 5, 2026
* Added stub release notes for 6.1.1.
jacobtylerwalls
committed
dfc52e5 View commit details
Copy full SHA for dfc52e5
Browse repository at this point
* Finalized release notes for Django 6.1.
jacobtylerwalls
committed
401f126 View commit details
Copy full SHA for 401f126
Browse repository at this point
* Updated translations from Transifex.
Show description for 9e0655e
jacobtylerwalls
committed
9e0655e View commit details
Copy full SHA for 9e0655e
Browse repository at this point
* Added missing lang override in translation fetching helper for Serbian (Latin script).
jacobtylerwalls
authored
30ebe00 View commit details
Copy full SHA for 30ebe00
Browse repository at this point
* Fixed #37224 -- Skipped questioner for field changes on unmanaged models.
vishy0
authored and
jacobtylerwalls
committed
8f52e91 View commit details
Copy full SHA for 8f52e91
Browse repository at this point
* Fixed #37205 -- Asserted exact HttpResponse types in tests.
Show description for 6baaf6a
jonbiemond
authored and
sarahboyce
committed
6baaf6a View commit details
Copy full SHA for 6baaf6a
Browse repository at this point
Commits on Aug 4, 2026
* Fixed #37239 -- Cleared stale db_default when pk comes from related object.
jacobtylerwalls
committed
cef2346 View commit details
Copy full SHA for cef2346
Browse repository at this point
* Refs #36735 -- Added DatabaseFeatures.supports_uuid4_function_in_default feature flag.
Show description for f00270d
jacobtylerwalls
committed
f00270d View commit details
Copy full SHA for f00270d
Browse repository at this point
* Added CVE-2026-15307, CVE-2026-15337, CVE-2026-15830, and CVE-2026-15920 to security archive.
nessita
committed
7d75c0b View commit details
Copy full SHA for 7d75c0b
Browse repository at this point
* Fixed CVE-2026-15920 -- Made display_for_field() validate URLs before rendering admin links.
Show description for 47511a2
nessita
committed
47511a2 View commit details
Copy full SHA for 47511a2
Browse repository at this point
* Fixed CVE-2026-15830 -- Mitigated potential DoS via nested geometry collections.
Show description for d2e59b7
jacobtylerwalls
authored and
nessita
committed
d2e59b7 View commit details
Copy full SHA for d2e59b7
Browse repository at this point
* Fixed CVE-2026-15337 -- Mitigated potential DoS in check_for_language().
Show description for 27137e6
nessita
committed
27137e6 View commit details
Copy full SHA for 27137e6
Browse repository at this point
* Fixed CVE-2026-15307 -- Blocked raster strings and dicts in spatial lookups.
Show description for f1949c1
jacobtylerwalls
authored and
nessita
committed
f1949c1 View commit details
Copy full SHA for f1949c1
Browse repository at this point
Commits on Aug 3, 2026
* Added free-threaded Python 3.14t to PostGIS CI workflow.
smithdc1
authored and
jacobtylerwalls
committed
fb11376 View commit details
Copy full SHA for fb11376
Browse repository at this point
* Fixed #37069 -- Clarified that UniqueConstraint may create a unique index.
Show description for 1c550a8
cliffordgama
authored and
jacobtylerwalls
committed
1c550a8 View commit details
Copy full SHA for 1c550a8
Browse repository at this point
* Refs #28586 -- Renamed RAISE fetch mode to FETCH_RAISE.
Show description for 7dee35f
jacobtylerwalls
committed
7dee35f View commit details
Copy full SHA for 7dee35f
Browse repository at this point
* Fixed #36770 -- Fixed incomplete mocking in SQLiteInMemoryTestDbs.
Show description for 5637bec
jacobtylerwalls
committed
5637bec View commit details
Copy full SHA for 5637bec
Browse repository at this point
Commits on Aug 2, 2026
* Fixed #37242 -- Fixed reading null time fields in LayerMapping.
Show description for 2cace96
jacobtylerwalls
committed
2cace96 View commit details
Copy full SHA for 2cace96
Browse repository at this point
Commits on Jul 31, 2026
* Fixed #36626 -- Preserved milliseconds in DataSource time fields.
Francesco Bruni
authored and
jacobtylerwalls
committed
6012193 View commit details
Copy full SHA for 6012193
Browse repository at this point
* Fixed #37236 -- Allowed altering spatial indexes on RasterField.
mbaragiola
authored and
jacobtylerwalls
committed
ea303de View commit details
Copy full SHA for ea303de
Browse repository at this point
* Fixed #27734 -- Made parallel test workers reuse database clones of exited workers.
Show description for 06463d3
ahmed5145
authored and
jacobtylerwalls
committed
06463d3 View commit details
Copy full SHA for 06463d3
Browse repository at this point
* Removed advice to include ticket numbers in tests.
jacobtylerwalls
committed
2b0e08a View commit details
Copy full SHA for 2b0e08a
Browse repository at this point
* Refs #37139 -- Doc'd _is_pk_set() handling of DatabaseDefault.
jacobtylerwalls
authored and
sarahboyce
committed
902e5c0 View commit details
Copy full SHA for 902e5c0
Browse repository at this point
* Fixed #37238 -- Prevented fallback to python default for a pk with a db_default.
Show description for 9465349
jacobtylerwalls
authored and
sarahboyce
committed
9465349 View commit details
Copy full SHA for 9465349
Browse repository at this point
* Fixed #37235 -- Added compatibility for sqlparse 0.5.5.
Show description for 8c83e9c
sarahboyce
committed
8c83e9c View commit details
Copy full SHA for 8c83e9c
Browse repository at this point
* Fixed #37240 -- Fixed simplify_regex() with multiple unnamed groups.
SEPURI-SAI-KRISHNA
authored and
sarahboyce
committed
ca14173 View commit details
Copy full SHA for ca14173
Browse repository at this point
Commits on Jul 30, 2026
* Updated asgiref dependency in free-threaded requirements.
Show description for 1c5927f
jacobtylerwalls
committed
1c5927f View commit details
Copy full SHA for 1c5927f
Browse repository at this point
* Fixed PR number lookup in coverage comment workflow.
Show description for 50d706d
jacobtylerwalls
committed
50d706d View commit details
Copy full SHA for 50d706d
Browse repository at this point
* Fixed #37111 -- Added sprints quickstart docs page.
Show description for 143a65c
3 people committed
143a65c View commit details
Copy full SHA for 143a65c
Browse repository at this point
* Refs #28586 -- Doc'd fetch_mode attribute on ModelState.
jacobtylerwalls
committed
834b5cb View commit details
Copy full SHA for 834b5cb
Browse repository at this point
PreviousNext
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
目前差异仅按文本比较,非图形对比,只提供最新截图。
截图需要支持截图的内容抓取器(如 Sockpuppetbrowser、Selenium 等)。