Claude Paroz
|
599393172b
|
Fixed #26826 -- Stripped spaces from dumpdata pks arguments
Thanks Kevin Graham Foster for the report and Tim Graham for the review.
|
2016-07-16 20:49:10 +02:00 |
|
Tim Graham
|
7c33aa8a87
|
Fixed #26900 -- Fixed crash accessing deferred FileFields.
|
2016-07-16 08:22:24 -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 |
|
andrewnester
|
20d39325ca
|
Fixed #26765 -- Made CommonMiddleware no longer set an ETag when response has Cache-Control: no-store.
|
2016-07-15 15:34:00 -04:00 |
|
Tim Graham
|
ba246bd5fe
|
Fixed inconsistent indentation in docs/ref/models/options.txt
|
2016-07-15 13:42:37 -04:00 |
|
Jon Dufresne
|
3f76d1402d
|
Refs #26889 -- Refactored SchemaEditor to allow backend specific indexes.
|
2016-07-15 10:34:37 -04:00 |
|
Marc-Aurèle Brothier
|
f8bfa80680
|
Fixed #26868 -- Changed MySQL version detection to use a query.
Workaround a bug with MariaDB and MySQL native client not stripping the
`5.5.5-` prefix.
|
2016-07-15 10:05:03 -04:00 |
|
Claude Paroz
|
92c48a392f
|
Updated contrib.postgres translation catalog
Forward port of cb78011402 from stable/1.10.x.
|
2016-07-15 09:48:57 +02:00 |
|
Marten Kenbeek
|
389a5318a0
|
Fixed #26888 -- Fixed concurrency issue in URL resolver.
Fixed a regression in 625b8e9295 :
improper short-circuiting could lead to a KeyError when threads
concurrently call RegexURLResolver._populate().
|
2016-07-14 14:41:52 -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 |
|
Jensen Cochran
|
d44afd8892
|
Fixed #26804 -- Fixed a race condition in QuerySet.update_or_create().
|
2016-07-14 12:10:19 -04:00 |
|
Jon Dufresne
|
76e19da5b0
|
Fixed #26890 -- Fixed IntegerField crash on Unicode numbers.
|
2016-07-14 09:38:57 -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 |
|
Kenneth
|
841cb45847
|
Fixed #26884 -- Evaluated callables in QuerySet.update_or_create()'s defaults when updating.
|
2016-07-12 22:09:53 -04:00 |
|
Jon Dufresne
|
b84ecaa736
|
Fixed #26088 -- Made autodector detect changing proxy model to MTI.
|
2016-07-12 21:45:17 -04:00 |
|
Andrey Fedoseev
|
81963b37a9
|
Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to_field_name.
Follow up to 67d984413c .
|
2016-07-12 16:20:06 -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 |
|
Andrew Nester
|
08ed3cc6d1
|
Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme.
|
2016-07-12 08:20:39 -04:00 |
|
Dmitry S..ky / skype: dvska-at-skype
|
82be474efa
|
Fixed #26792 -- Allowed None for the value of cache.get_or_set().
|
2016-07-11 20:49:27 -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 |
|
Baptiste Mispelon
|
418658f453
|
Fixed numpy deprecation warning silencing in template_tests.
|
2016-07-09 10:23:58 -04:00 |
|
Kenneth
|
2f587737d7
|
Fixed #26872 -- Fixed text overflow in ModelAdmin.list_filter.
|
2016-07-09 08:06:42 -04:00 |
|
Loïc Bistuer
|
dab83e5ba1
|
Fixed #26881 -- Fixed duplicate managers in migrations.
When both parent and child models had managers with the same name and
a migrations opt-in both were added to the migration state.
|
2016-07-09 17:52:52 +07: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 |
|
Simon Charette
|
c4a876a0c1
|
Refs #17260 -- Prevented Oracle timezone conversion from stripping microseonds.
|
2016-07-08 12:35:33 -04:00 |
|
Jon Dufresne
|
e9e705eedc
|
Added strict=True to all SchemaEditor.alter_field() calls in tests.
It should help catch bugs.
|
2016-07-08 12:03:33 -04:00 |
|
Sean Marlow
|
8b9e16ec85
|
Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_name
|
2016-07-08 11:30:12 -04:00 |
|
Claude Paroz
|
04b7b28812
|
Fixed #26802 -- Prevented crash when attaching bytes as text message
Thanks Tim Graham for the review.
|
2016-07-08 11:58:05 +02:00 |
|
Jon Dufresne
|
9356f63a99
|
Fixed #25317, #26090 -- Fixed swapping combinations of unique and db_index during migrations.
|
2016-07-07 20:29:08 -04:00 |
|
Akshesh
|
fc3ac65735
|
Refs #26709 -- Checked allow_migrate_model() in Add/RemoveIndex operations.
|
2016-07-07 10:37:39 -04:00 |
|
Akshesh
|
3551fb537f
|
Refs #26709 -- Documented SchemaEditor.add/remove_index().
|
2016-07-07 10:21:25 -04:00 |
|
Akshesh
|
52442898e7
|
Refs #26709 -- Added 'model' argument to SchemaEditor.add/remove_index()
This removes the dependency of the Index class on its model attribute
when a name is passed to it.
Thanks to Markush for discussions.
|
2016-07-07 10:06:55 -04:00 |
|
Jon Dufresne
|
3410820460
|
Fixed #26833 -- Fixed SchemaEditor._constraint_names() to handle features.uppercases_column_names.
|
2016-07-07 08:09:42 -04:00 |
|
Akshesh
|
f7e907115f
|
Refs #26709 -- Added IndexOperation to avoid code duplication.
|
2016-07-07 07:35:26 -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 |
|
Tim Graham
|
415ae960bb
|
Fixed capitalization of "URL pattern".
|
2016-07-06 15:31:12 -04:00 |
|
Daniel Rice
|
1f9deba1b3
|
Improved grammar in tutorial01.
|
2016-07-06 15:24:03 -04:00 |
|
Tim Graham
|
a81fe17b3e
|
Promoted RemovedInDjango21Warning to error in Django's test suite.
|
2016-07-06 14:34:33 -04:00 |
|