kopia lustrzana https://github.com/wagtail/wagtail
Add generated `test-media` to .gitignore
rodzic
0183876669
commit
14c2150f29
|
@ -18,6 +18,7 @@ npm-debug.log*
|
|||
/.cache/
|
||||
/.pytest_cache/
|
||||
/storybook-static
|
||||
/wagtail/tests/test-media/
|
||||
|
||||
### JetBrains
|
||||
.idea/
|
||||
|
|
|
@ -27,6 +27,7 @@ Changelog
|
|||
* Maintenance: Move search implementation logic from generic `IndexView` to `BaseListingView` (Sage Abdullah)
|
||||
* Maintenance: Upgrade Puppeteer integration tests for reliability (Matt Westcott)
|
||||
* Maintenance: Restore ability to use `.in_bulk()` on specific querysets under Django 5.2a0 (Sage Abdullah)
|
||||
* Maintenance: Add generated `test-media` to .gitignore (Shlomo Markowitz)
|
||||
|
||||
|
||||
6.2.2 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
|
|
|
@ -49,6 +49,7 @@ This release adds formal support for Django 5.1.
|
|||
* Move search implementation logic from generic `IndexView` to `BaseListingView` (Sage Abdullah)
|
||||
* Upgrade Puppeteer integration tests for reliability (Matt Westcott)
|
||||
* Restore ability to use `.in_bulk()` on specific querysets under Django 5.2a0 (Sage Abdullah)
|
||||
* Add generated `test-media` to .gitignore (Shlomo Markowitz)
|
||||
|
||||
|
||||
## Upgrade considerations - changes affecting all projects
|
||||
|
|
Ładowanie…
Reference in New Issue