Claude Paroz
|
272eccf7ff
|
Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_field
Thanks weidwonder for the report.
|
2016-08-04 16:05:21 +02:00 |
Tim Graham
|
5c63b3e5a7
|
Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.
|
2016-08-03 13:12:40 -04:00 |
Alex Hill
|
c5ebfda002
|
Fixed #27001 -- Fixed a query count regression in ModelChoiceField with RadioSelect.
|
2016-08-03 10:45:55 -04:00 |
Sergey Yurchenko
|
4e64e3bb6e
|
Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.
|
2016-08-03 09:14:01 -04:00 |
Tim Graham
|
f4b1f972dc
|
Fixed #26999 -- Documented model_to_dict() ManyToManyField change in 1.10.
|
2016-08-03 08:49:47 -04:00 |
Tim Graham
|
ccd5a23fba
|
Fixed #27000 -- Removed BaseCommand.usage() per deprecation timeline (refs #19973).
|
2016-08-02 18:50:12 -04:00 |
Tim Graham
|
54afa960d1
|
Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous compatibility.
Thanks marktranchant for the report and review.
|
2016-08-02 11:01:08 -04:00 |
Tim Graham
|
d95c669c29
|
Fixed #26991 -- Fixed a crash in MySQL where SQL_AUTO_IS_NULL doesn't return a result.
|
2016-08-02 10:52:31 -04:00 |
Tim Graham
|
9af0a58756
|
Added stub release notes for 1.10.1.
|
2016-08-01 14:57:10 -04:00 |
Tim Graham
|
95b47c009b
|
Added release dates for 1.10 and 1.9.9
|
2016-08-01 13:55:08 -04:00 |
Jon Dufresne
|
ac3aaaa740
|
Fixed #26927 -- Made subwidget iteration pass disabled and required attributes.
|
2016-08-01 10:36:17 -04:00 |
Ana Balica
|
36fbf9b7d1
|
Removed unnecessary 'just' from docs/ref/templates/api.txt.
|
2016-07-30 09:26:54 -04:00 |
Sergey Fedoseev
|
9031a4c13b
|
Fixed #26657 -- Made GeomValue omit SRID for MySQL.
This fixes some test failures on MySQL 5.7+.
|
2016-07-28 16:51:47 -04:00 |
Andrew Nester
|
0ba179194b
|
Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logout_then_login().
|
2016-07-28 11:57:02 -04:00 |
Tim Graham
|
412b4126d7
|
Removed a blank line per isort and a trailing whitespace.
|
2016-07-28 11:56:25 -04:00 |
Kenneth Schnall
|
cd2e4293cb
|
Removed extra periods in docs/howto/static-files/index.txt headers.
|
2016-07-27 13:50:31 -04:00 |
Tim Graham
|
ec4a6b33a9
|
Fixed #26946 -- Clarified instructions for customizing collectstatic's ignore_patterns.
|
2016-07-25 10:05:40 -04:00 |
Markus Holtermann
|
e69091b34a
|
Refs #25232 -- Documented AllowAll*Backend in "new features" section of 1.10 release notes.
|
2016-07-25 09:09:54 -04:00 |
Naved Khan
|
9a5a789da2
|
Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.
|
2016-07-25 07:01:04 -04:00 |
Tim Graham
|
3aaf6cf0f3
|
Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.
|
2016-07-25 06:21:39 -04:00 |
Jon Dufresne
|
348cfccd90
|
Fixed #26938 -- Fixed invalid HTML in template postmortem on the debug page.
|
2016-07-24 18:18:57 +02:00 |
Jon Dufresne
|
b2e54aec58
|
Added stub release notes for 1.9.9.
|
2016-07-24 18:18:57 +02:00 |
Preetham Nosum
|
32cf01c1c1
|
Fixed #18348 -- Documented SesssionStore.create()
|
2016-07-22 17:16:19 -04:00 |
petedmarsh
|
7bf3ba0d0c
|
Fixed #26899 -- Documented why RawSQL params is a required parameter.
|
2016-07-21 10:28:31 -04:00 |
Tim Graham
|
a05d86a69a
|
Fixed #26918 -- Clarified source of pre/post_save update_fields argument.
|
2016-07-21 10:06:41 -04:00 |
Tobias McNulty
|
09d38746ba
|
Fixed #22446 -- Added tox.ini to automate pull request checks.
|
2016-07-20 14:06:28 -04:00 |
Tim Graham
|
bc53af13cb
|
Added CVE-2016-6186 to the security release archive.
|
2016-07-18 15:19:35 -04:00 |
Tim Graham
|
93c538694e
|
Fixed XSS in admin's add/change related popup.
This is a security fix.
|
2016-07-18 11:17:01 -04:00 |
Claude Paroz
|
255fb99284
|
Fixed #17209 -- Added password reset/change class-based views
Thanks Tim Graham for the review.
|
2016-07-16 10:36:12 +02:00 |
Tim Graham
|
ba246bd5fe
|
Fixed inconsistent indentation in docs/ref/models/options.txt
|
2016-07-15 13:42:37 -04:00 |
Claude Paroz
|
3e71f6544f
|
Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file names
Thanks Tim Graham for the review.
|
2016-07-14 20:37:56 +02:00 |
Will Hardy
|
8ef78b8165
|
Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.
|
2016-07-14 13:34:15 -04:00 |
Priy
|
a7b5dfd170
|
Fixed #26821 -- Fixed forms.Email/URLField crash on None value.
|
2016-07-14 12:59:14 -04:00 |
Tim Graham
|
944e66cb1d
|
Reverted "Fixed #25388 -- Added an option to allow disabling of migrations during test database creation"
This reverts commit 157d7f1f1d since it
disables migrations all the time, not just during tests.
|
2016-07-14 09:21:28 -04:00 |
Tim Graham
|
a117190477
|
Fixed #26894 -- Fixed a typo in docs/faq/admin.txt
|
2016-07-14 08:02:11 -04:00 |
Tom Carrick
|
46e2010460
|
Fixed typos in docs/ref/contrib/postgres/search.txt
|
2016-07-14 07:52:47 -04:00 |
Daniel Rice
|
08c723fbae
|
Reworded a sentence in tutorial 7.
|
2016-07-14 07:50:29 -04:00 |
Jon Dufresne
|
2e4cfcd2b9
|
Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field().
|
2016-07-13 14:33:54 -07:00 |
Jiang Haiyun
|
10883b63b7
|
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt
|
2016-07-13 10:15:39 -04:00 |
Md. Sadaf Noor
|
1f82b857ce
|
Fixed #26831 -- Documented session data must be JSON encodable for JSONSerializer.
|
2016-07-12 13:45:01 -04:00 |
Tim Graham
|
ee2f0f311a
|
Linked "Features removed" release notes to corresponding deprecation notes.
|
2016-07-11 15:22:32 -04:00 |
Julien Hartmann
|
f4afb85d7e
|
Fixed #26749 -- Preserved behavior of use_for_related_field during deprecation.
|
2016-07-11 13:30:44 -04:00 |
Anderson Resende
|
ba53da894f
|
Fixed #26796 -- Added a system check for m2m fields with ignored limit_choices_to.
|
2016-07-08 19:37:40 -04:00 |
Simon Charette
|
8a4f017f45
|
Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.
Thanks Tim for the review.
|
2016-07-08 12:35:34 -04:00 |
Simon Charette
|
082c52dbed
|
Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.
Thanks Josh for the amazing testing setup and Tim for the review.
|
2016-07-08 12:35:34 -04:00 |
Simon Charette
|
90468079ec
|
Refs #25774 -- Adjusted datetime database function docs field names.
|
2016-07-08 12:35:34 -04:00 |
Sean Marlow
|
8b9e16ec85
|
Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_name
|
2016-07-08 11:30:12 -04:00 |
Akshesh
|
3551fb537f
|
Refs #26709 -- Documented SchemaEditor.add/remove_index().
|
2016-07-07 10:21:25 -04:00 |
Akshesh
|
b1e7d19d4c
|
Refs #26709 -- Required a name for Indexes passed to AddIndex.
Thanks to Markush for discussions.
|
2016-07-07 07:31:23 -04:00 |
Mathieu Richardoz
|
f1af076fba
|
Fixed a typo in docs/ref/contrib/postgres/search.txt.
|
2016-07-07 07:06:17 -04:00 |