Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #34568 -- Made makemigrations --update respect --name option. | Mariusz Felisiak | 2023-05-17 | 1 | -0/+3 |
| | | | Thanks David Sanders for the report. | ||||
* | Updated broken links in docs. | Mariusz Felisiak | 2023-05-17 | 2 | -2/+2 |
| | |||||
* | Fixed #470 -- Added support for database defaults on fields. | Ian Foote | 2023-05-12 | 4 | -4/+55 |
| | | | | | | | | Special thanks to Hannes Ljungberg for finding multiple implementation gaps. Thanks also to Simon Charette, Adam Johnson, and Mariusz Felisiak for reviews. | ||||
* | Fixed #34556 -- Doc'd that StreamingHttpResponse accepts memoryviews and ↵ | Alexerson | 2023-05-12 | 1 | -3/+3 |
| | | | | strings iterators. | ||||
* | Clarified database connections lifetime outside HTTP requests. | Alberto Sottile | 2023-05-12 | 1 | -1/+5 |
| | |||||
* | Fixed #34558 -- Fixed QuerySet.bulk_create() crash with Now() on Oracle. | Mariusz Felisiak | 2023-05-11 | 1 | -0/+10 |
| | |||||
* | Corrected code-block directive in docs/ref/templates/builtins.txt. | Pan Dango | 2023-05-07 | 1 | -1/+1 |
| | |||||
* | Corrected code-block directives in docs. | Jannis Vajen | 2023-05-04 | 2 | -2/+2 |
| | |||||
* | Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField. | Coen van der Kamp | 2023-04-28 | 1 | -2/+12 |
| | | | | This also deprecates "http" as the default scheme. | ||||
* | Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature in docs. | Andrei Shabanski | 2023-04-27 | 1 | -1/+1 |
| | |||||
* | Doc'd that Count("*") is equivalent to COUNT(*) SQL. | Tom Forbes | 2023-04-27 | 1 | -0/+1 |
| | |||||
* | Replaced docutils link by PyPI reference. | Claude Paroz | 2023-04-25 | 1 | -1/+1 |
| | |||||
* | Fixed #34481 -- Added system check for reverse related fields in ↵ | Bakdolot | 2023-04-24 | 1 | -2/+2 |
| | | | | ModelAdmin.list_display. | ||||
* | Added meaningful titles to ..admonition:: directives. | Mariusz Felisiak | 2023-04-21 | 4 | -9/+9 |
| | |||||
* | Fixed #34440 -- Doc'd that & queryset operator works similar to chaining. | David Sanders | 2023-04-20 | 1 | -5/+3 |
| | |||||
* | Fixed #34435 -- Doc'd that JSONField.default must be a callable. | Sage Abdullah | 2023-04-19 | 1 | -6/+8 |
| | |||||
* | Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter(). | sarahboyce | 2023-04-17 | 1 | -5/+10 |
| | | | | Thank you Simon Meers for the initial patch. | ||||
* | Added Snowflake to list of third-party DB backends. | Tim Graham | 2023-04-17 | 1 | -0/+1 |
| | |||||
* | Used extlinks for PyPI links. | Tim Graham | 2023-04-17 | 4 | -25/+14 |
| | | | | Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
* | Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites. | Edison Wang | 2023-04-15 | 1 | -0/+4 |
| | |||||
* | Fixed #27505 -- Allowed customizing Paginator's error messages. | Marcelo Galigniana | 2023-04-12 | 1 | -1/+35 |
| | |||||
* | Refs #34028 -- Doc'd that get_script_prefix() cannot be used outside of the ↵ | Sarah Boyce | 2023-04-06 | 1 | -0/+5 |
| | | | | request-response cycle. | ||||
* | Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats docs. | Edison Wang | 2023-04-03 | 1 | -3/+3 |
| | |||||
* | Fixed typos in docs/ref/forms/renderers.txt. | Mariusz Felisiak | 2023-03-24 | 1 | -2/+2 |
| | |||||
* | Fixed #34077 -- Added form field rendering. | David Smith | 2023-03-24 | 3 | -0/+84 |
| | |||||
* | Fixed #34388 -- Allowed using choice enumeration types directly on model and ↵ | T. Franzel | 2023-03-21 | 2 | -5/+13 |
| | | | | form fields. | ||||
* | Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional. | Mariusz Felisiak | 2023-03-18 | 1 | -2/+7 |
| | | | Co-authored-by: Author: Claude Paroz <claude@2xlibre.net> | ||||
* | Fixed #34404 -- Clarified how FileResponse set Content-Type header. | Ayush Bisht | 2023-03-16 | 1 | -2/+5 |
| | |||||
* | Corrected example in CreateCollation() docs. | Adam Johnson | 2023-03-12 | 1 | -1/+2 |
| | |||||
* | Doc'd that action descriptions are %-formatted. | Mariusz Felisiak | 2023-03-09 | 1 | -0/+5 |
| | | | | Co-authored-by: JD Bothma <jbothma@gmail.com> | ||||
* | Fixed #34395 -- Updated admin's jQuery to 3.6.4. | Mariusz Felisiak | 2023-03-09 | 1 | -2/+2 |
| | |||||
* | Fixed #34384 -- Fixed session validation when rotation secret keys. | David Wobrock | 2023-03-08 | 1 | -1/+8 |
| | | | | | | Bug in 0dcd549bbe36c060f536ec270d34d9e7d4b8e6c7. Thanks Eric Zarowny for the report. | ||||
* | Refs #31626 -- Noted that Daphne provides a runserver command. | Carlton Gibson | 2023-03-07 | 1 | -0/+7 |
| | |||||
* | Fixed #31920 -- Made AuthenticationMiddleware add request.auser(). | Jon Janzen | 2023-03-07 | 1 | -0/+14 |
| | |||||
* | Fixed #32539 -- Added toggleable facet filters to ModelAdmin. | sarahboyce | 2023-03-03 | 3 | -0/+59 |
| | | | | | Thanks Carlton Gibson, Simon Willison, David Smith, and Mariusz Felisiak for reviews. | ||||
* | Doc'd that django.setup() is called under ASGI. | Adam Johnson | 2023-03-01 | 1 | -1/+1 |
| | |||||
* | Fixed #34367 -- Updated instructions for installing GeoDjango on Windows. | Heath Henley | 2023-03-01 | 1 | -21/+16 |
| | | | | Thanks David Smith for the review. | ||||
* | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | 2023-03-01 | 83 | -2151/+2741 |
| | |||||
* | Refs #34140 -- Corrected rst code-block and various formatting issues in docs. | Joseph Victor Zammit | 2023-02-28 | 17 | -130/+154 |
| | |||||
* | Doc'd that Meta.indexes is preferred to Field.db_index. | Adam Johnson | 2023-02-24 | 1 | -0/+7 |
| | |||||
* | Fixed #34338 -- Allowed customizing code of ValidationError in ↵ | Xavier Fernandez | 2023-02-23 | 2 | -4/+40 |
| | | | | BaseConstraint and subclasses. | ||||
* | Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint. | Xavier Fernandez | 2023-02-22 | 1 | -1/+5 |
| | |||||
* | Refs #21080, Refs #34322 -- Added warning to ManifestStaticFilesStorage docs ↵ | Mariusz Felisiak | 2023-02-16 | 1 | -0/+6 |
| | | | | about paths in comments. | ||||
* | Refs #32339 -- Doc'd setting a form's template_name is recomended over using ↵ | David Smith | 2023-02-15 | 1 | -17/+16 |
| | | | | as_* methods. | ||||
* | Refs #32339 -- Updated docs to reflect default <div> style form rendering in ↵ | David Smith | 2023-02-15 | 3 | -86/+57 |
| | | | | | | Django 5.0. Follow up to 98756c685ee173bbd43f21ed0553f808be835ce5. | ||||
* | Fixed #34280 -- Allowed specifying different field values for create ↵ | tschilling | 2023-02-14 | 1 | -5/+15 |
| | | | | operation in QuerySet.update_or_create(). | ||||
* | Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. | Markus Holtermann | 2023-02-14 | 2 | -0/+28 |
| | | | | Thanks to Jakob Ackermann for the report. | ||||
* | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | 2023-02-10 | 54 | -816/+2427 |
| | | | | | Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | ||||
* | Fixed #34325 -- Corrected wording in PercentRank() docs. | dennisvang | 2023-02-10 | 1 | -7/+7 |
| | | | | | This is consistent with the terminology used for the percent_rank() function in SQLite docs and PostgreSQL docs. | ||||
* | Fixed #34303 –- Allowed customizing admin site log entry list. | Jacob Rief | 2023-02-08 | 1 | -0/+10 |
| | | | | Added AdminSite.get_log_entries() as an override point and made this available to the template via each_context(). |