-
Notifications
You must be signed in to change notification settings - Fork 378
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
feat: Upgrade bootstrap to 5.3.0 and enable dark mode #5509
feat: Upgrade bootstrap to 5.3.0 and enable dark mode #5509
Conversation
Codecov Report
@@ Coverage Diff @@
## feat/dark-mode #5509 +/- ##
=================================================
Coverage ? 88.74%
=================================================
Files ? 285
Lines ? 39853
Branches ? 0
=================================================
Hits ? 35366
Misses ? 4487
Partials ? 0 |
Try again with Django 3.2
Patch no longer applies. Needed until Django 4.2.1, so bring it back if we deploy something earlier than that to production.
This reverts commit 2cf2a3d.
Relying on Meta.ordering to order querysets involving GROUP BY queries is deprecated and will be dropped in Django 3.1.
Not sure why, but if I change the DeprecationWarning filter to "error", I get a SyntaxError from the \[ because it is an invalid escape sequence. Not sure why that change triggers it, but "\[" and "\\[" are the same, so this is a no-op.
chore: Upgrade to Django 3.0
chore: merge main into feat/django4
* test: Remove ScheduleEditTests.testUnschedule Has been disabled under Django 2. Simple refactoring does not make it functional under Django 3. Probably because we know that Selenium does not handle HTML5 drag-and-drop well. Discarding until we move to a better JS testing framework. * test: Remove unused imports
…ls#5726) * fix: Return NomComs, not Groups, from active_nomcoms filter * fix: deduplicate and order nomcoms in active_nomcoms filter
I made that change (also to other logos).
Thanks!
Maybe. It'd make it pretty busy.
Odd. Do you maybe have previous data in localstorage? I just tried in private browsing mode and it comes up in "auto". |
…etf-tools#5730) * fix: Accept a Path as source for a PlaintextDraft * fix: Guard against failure to extract PlaintextDraft title * fix: Ignore failure to extract text draft title unless it is needed
* fix: Extract document creation date from XML draft * test: Fix test
Merge pull request ietf-tools#5698 from ietf-tools/main
chore: Merge main into feat/django4
chore: Use permissive cross-origin-opener-policy setting
feat!: django4
0c92ef8
to
7497143
Compare
Fixes #3365