Hisham Mahmood

Results 6 issues of Hisham Mahmood

Adds dark mode to docs. Also allows to use default system theme. Closes #1051. Dark Mode: ![image](https://github.com/vitalik/django-ninja/assets/45965466/170b0bde-f774-425d-8a8d-a740a2545ceb) Light Mode: ![image](https://github.com/vitalik/django-ninja/assets/45965466/5edab08d-de91-4602-b1eb-1b8633b40d00) Auto Mode: ![image](https://github.com/vitalik/django-ninja/assets/45965466/279d0494-b9dd-41b7-81e1-c0668a19ff42)

Ticket: https://code.djangoproject.com/ticket/31405 Mailing list: https://groups.google.com/forum/#!topic/django-developers/PUQQUHIxEXQ Follows: #12632 Any suggestions are welcome.

[Sandbox](http://latest.oscarcommerce.com/) is down. Sandbox site was using heroku for deployments I assume heroku's free tier was being used but they changed their policy awhile ago or their credits have run...

This is a draft proof of concept for how we can use orm queries in database cache backend. Requested [here](https://forum.djangoproject.com/t/gsoc-2024-proposal-feedback-improve-database-cache-backend/29191/2).

This pull request adds database cache benchmarks as requested by @sarahboyce [here](https://forum.djangoproject.com/t/gsoc-2024-proposal-feedback-improve-database-cache-backend/29191/2) After running on these commits and one local commit showing improved [set_many](https://gist.github.com/Hisham-Pak/fb68815adb4c94f5323e04b46d1b8f91#make-set_many-method-use-single-query) ``` asv run -b cache_benchmarks 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6^!...