Add generated `test-media` to .gitignore

pull/12291/head
smark-1 2024-09-08 17:09:45 -04:00 zatwierdzone przez Sage Abdullah
rodzic 0183876669
commit 14c2150f29
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
3 zmienionych plików z 3 dodań i 0 usunięć

1
.gitignore vendored
Wyświetl plik

@ -18,6 +18,7 @@ npm-debug.log*
/.cache/ /.cache/
/.pytest_cache/ /.pytest_cache/
/storybook-static /storybook-static
/wagtail/tests/test-media/
### JetBrains ### JetBrains
.idea/ .idea/

Wyświetl plik

@ -27,6 +27,7 @@ Changelog
* Maintenance: Move search implementation logic from generic `IndexView` to `BaseListingView` (Sage Abdullah) * Maintenance: Move search implementation logic from generic `IndexView` to `BaseListingView` (Sage Abdullah)
* Maintenance: Upgrade Puppeteer integration tests for reliability (Matt Westcott) * 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: 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 6.2.2 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -49,6 +49,7 @@ This release adds formal support for Django 5.1.
* Move search implementation logic from generic `IndexView` to `BaseListingView` (Sage Abdullah) * Move search implementation logic from generic `IndexView` to `BaseListingView` (Sage Abdullah)
* Upgrade Puppeteer integration tests for reliability (Matt Westcott) * Upgrade Puppeteer integration tests for reliability (Matt Westcott)
* Restore ability to use `.in_bulk()` on specific querysets under Django 5.2a0 (Sage Abdullah) * 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 ## Upgrade considerations - changes affecting all projects