summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrote CSRF JavaScript example without jQuery.Jon Dufresne2019-12-121-23/+13
* Fixed #31069, Refs #26431 -- Doc'd RegexPattern behavior change in passing op...Hasan Ramezani2019-12-122-2/+11
* Fixed #30862 -- Allowed setting SameSite cookies flags to 'none'.Osaetin Daniel2019-12-125-7/+46
* Doc'd HttpResponse.set_cookie()'s secure argument.Osaetin Daniel2019-12-121-0/+2
* Refs #6657 -- Corrected HttpResponse.set_cookie()/set_signed_cookie() signatu...Osaetin Daniel2019-12-121-2/+2
* Refs #23919 -- Used yield from in inspectdb.Jon Dufresne2019-12-121-2/+1
* Fixed typos in 3.0 release notes and docs/ref/request-response.txt.Hasan Ramezani2019-12-122-2/+2
* Refs #25361 -- Added test for pickling queryset of abstract-inherited models ...Baptiste Mispelon2019-12-122-1/+21
* Removed unnecessary app_template directory from flake8 exclude.Jon Dufresne2019-12-121-1/+1
* Fixed typo in tests/cache/tests.py docstring.Jon Dufresne2019-12-111-1/+1
* Fixed typo in ModelChoiceFieldTests.Jon Dufresne2019-12-111-1/+1
* Refs #28373 -- Stopped setting tzinfo in typecast_timestamp().Sergey Fedoseev2019-12-111-4/+1
* Refs #31073 -- Added release notes for 02eff7ef60466da108b1a33f1e4dc01eec45c99d.Mariusz Felisiak2019-12-114-0/+37
* Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne2019-12-1124-141/+137
* Fixed #31077 -- Made debug decorators raise TypeError if they're not called.Baptiste Mispelon2019-12-102-0/+39
* Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs.Peter Andersen2019-12-103-3/+17
* Refs #23433 -- Fixed test_django_admin_py.DeprecationTest tests failures on W...Mariusz Felisiak2019-12-101-5/+7
* Used Signature API instead of deprecated inspect.getcallargs().Baptiste Mispelon2019-12-102-4/+4
* Fixed #26480 -- Fixed crash of contrib.auth.authenticate() on decorated authe...Baptiste Mispelon2019-12-102-1/+16
* Used full module import for inspect in template/base.py.Baptiste Mispelon2019-12-101-4/+4
* Refs #31044 -- Fixed error message when using Prefetch with a values_list() q...Mariusz Felisiak2019-12-092-3/+6
* Fixed #31044 -- Errored nicely when using Prefetch with a raw() queryset.Hasan Ramezani2019-12-092-3/+16
* Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.Baptiste Mispelon2019-12-096-4/+72
* Refs #30676 -- Added test for invalid --pdb and --parallel usage in DiscoverR...Mariusz Felisiak2019-12-091-0/+8
* Fixed typo in docs/releases/3.0.1.txt.Ali Mirlou2019-12-091-1/+1
* Fixed #31066 -- Added a docstring to main() function in manage.py template.exploit192019-12-091-0/+1
* Made Query.check_filterable() use bool by default instead of str.Alex Aktsipetrov2019-12-061-1/+1
* Fixed #31060 -- Reallowed window expressions to be used in conditions outside...Alex Aktsipetrov2019-12-064-8/+36
* Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.Jon Dufresne2019-12-0610-32/+79
* Refs #23433 -- Removed script argument from AdminScriptTestCase.run_test().Jon Dufresne2019-12-061-6/+6
* Removed unnecessary __init__.py creation in admin_scripts.tests.Jon Dufresne2019-12-061-2/+0
* Fixed #31061 -- Ignored positional args in django.urls.resolve() when all opt...Mariusz Felisiak2019-12-065-2/+22
* Fixed outdated import in django/utils/safestring.py.Baptiste Mispelon2019-12-061-1/+1
* Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...Hasan Ramezani2019-12-056-4/+116
* Refs #31039 -- Removed unnecessary registration of contained_by lookup for Bi...Hasan Ramezani2019-12-051-1/+0
* Moved selenium import to nested scope.Carlton Gibson2019-12-051-2/+1
* Fixed #31010 -- Allowed subdomains of localhost in the Host header by default...Gordon Pendleton2019-12-054-4/+10
* Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.Mariusz Felisiak2019-12-053-3/+8
* Fixed typo in docs/releases/3.0.txt.jsals12019-12-051-1/+1
* Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.Aymeric Augustin2019-12-047-59/+71
* Refs #23524 -- Unified BaseDatabaseWrapper.timezone.Aymeric Augustin2019-12-042-7/+15
* Fixed #20456 -- Added example of directly testing CBVs in topics docs.Felipe Lee2019-12-041-0/+42
* Fixed #31024 -- Clarified {% firstof %} tag's handling of arguments.Uttam Kini2019-12-041-2/+3
* Refs #20935 -- Removed inappropriate crosslink to docs search results page.Fredrik2019-12-041-2/+2
* Refs #20935 -- Removed duplicate ToC references.Fredrik2019-12-041-2/+0
* Removed unnecessary dict.get() call in favor of direct indexing.Jon Dufresne2019-12-041-1/+1
* Fixed #31059 -- Fixed typo in docs/releases/3.0.txt.Mariusz Felisiak2019-12-041-1/+1
* Removed leftover word in CBV mixins docs.Claude Paroz2019-12-041-3/+3
* Fixed typo in internals/contributing/writing-documentation.txt.Hasan Ramezani2019-12-031-3/+3
* Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callabl...Baptiste Mispelon2019-12-034-4/+71