Commit Graph

7083 Commits

Author SHA1 Message Date
Tim Graham 1173140dbf [1.7.x] Fixed #24054 -- Enabled sqlsequencereset for apps with migrations.
Backport of c2e419c267 from master
2014-12-26 15:57:30 -05:00
Helen Sherwood-Taylor b9169a100d [1.7.x] Fixed #24041 -- Documented effect of changing a model instance's primary key.
Backport of 4ccdf6e57f from master
2014-12-24 15:07:27 -05:00
Frankie Robertson 126eb58abe [1.7.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_PREFIX
Backport of 446b50b90e from master
2014-12-23 14:40:35 -05:00
Tim Graham 51ea30a43b [1.7.x] Fixed #24037 -- Prevented data loss possibility when changing Meta.managed.
The migrations autodetector now issues AlterModelOptions operations for
Meta.managed changes instead of DeleteModel + CreateModel.

Thanks iambibhas for the report and Simon and Markus for review.

Backport of 061caa5b38 from master
2014-12-23 14:26:56 -05:00
Tim Graham ac098867c0 [1.7.x] Fixed #23525 -- Fixed admindocs crash on apps installed as eggs.
Thanks welbornprod for report and initial patch.

Backport of 01ab84c613 from master
2014-12-22 15:19:48 -05:00
Alexander Schulze 4c92ecd705 [1.7.x] Fixed #23959 -- Clarified when checks automatically run.
Backport of cf2390be16 from master
2014-12-22 11:35:57 -05:00
David Cramer 66e9154399 [1.7.x] Corrected scoping of savepoint example
Backport of 27f68f8659 from master
2014-12-22 07:51:09 -05:00
Oscar Ramirez 1ad5deedd4 [1.7.x] Fixed #23998 -- Added datetime.time support to migrations questioner.
Backport of 54085b0f9b from master
2014-12-22 07:26:57 -05:00
Tim Graham c24624025b [1.7.x] Added upgrade instructions for deprecated model _meta permission methods.
Backport of a3d96bee36 from master
2014-12-19 19:12:50 -05:00
Berker Peksag a970d6d941 [1.7.x] Moved version directives to the bottom of the loaddata section.
Backport of 6403e07c50 from master
2014-12-19 06:57:50 -05:00
Claude Paroz f46a16614d [1.7.x] Fixed #24015 -- Factorized create_index_sql expression
Backport of 6072f17d0 from master, with one test reinforced.
Thanks Tim Graham for the review.
2014-12-18 21:14:29 +01:00
Tim Graham 2f13a48f33 [1.7.x] Removed need to update Python version support note on each new release.
Backport of 0c06f06131 from master
2014-12-18 11:56:50 -05:00
Tim Graham c2d8da7555 [1.7.x] Corrected indentation in docs to prevent inadvertent blockquote. 2014-12-18 11:34:11 -05:00
Claude Paroz 47912d9f2b [1.7.x] Fixed #24007 -- Ensure apps registry's ready before unpickling models
This prevents AppRegistryNotReady errors when unpickling Django
models from an external script.
Backport of 108b8bf85 from master.
2014-12-17 18:41:12 +01:00
Mosson, Andrew 6d8c14621e [1.7x.] Fixed #23497 -- Made admin system checks run for custom AdminSites.
Backport of b7219c7ba5 from master
2014-12-17 09:16:05 -05:00
Markus Holtermann a38951948a [1.7.x] Fixed display of lists after website redesign
Thanks Brian Jacobel for the report. refs django/djangoproject.com#197

Backport of c7786550c4 from master
2014-12-17 08:24:27 -05:00
Alex Gaynor ebfb1dab26 [1.7.x] Fixed the formatting of one section of the security page
Backport of 104aaab704 from master
2014-12-16 19:01:06 -05:00
Tim Graham c085bea6c3 [1.7.x] Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.
Thanks kmmbvnr for the report.

Backport of d2ff8a7241 from master
2014-12-16 18:39:19 -05:00
Andriy Sokolovskiy 10482faf19 [1.7.x] Fixed #23983 -- Fixed a crash in migrations when adding order_with_respect_to to non-empty table.
Backport of 3dbbb8a89c from master
2014-12-16 10:56:35 -05:00
Andriy Sokolovskiy fdf4dc6cea [1.7.x] Fixed #23405 -- Fixed makemigrations prompt when adding Text/CharField.
A default is no longer required.

Backport of d8f3b86a76 from master
2014-12-15 14:58:01 -05:00
Tim Graham 4cc646bb56 [1.7.x] Fixed typos in docs/releases/1.7.2.txt.
Backport of d39461eb46 from master
2014-12-15 13:43:34 -05:00
Andriy Sokolovskiy 1690b92b0d [1.7.x] Fixed #23987 -- Made SQLite SchemaEditor always use effective_default().
Backport of 089047331d from master
2014-12-15 13:42:08 -05:00
JuneHyeon Bae eb632bfba5 [1.7.x] Fixed timesince translations for Korean
Refs #23989.
2014-12-14 16:47:06 +01:00
Shai Berger 9189ef438e [1.7.x] Added release note for Refs #23969 2014-12-13 22:57:25 +02:00
Tim Graham e905d4984d [1.7.x] Updated advice on six.moves.range/xrange; refs #23812.
Backport of bc88ec550a from master
2014-12-13 13:42:45 -05:00
Carl Meyer 0a8b911582 [1.7.x] Fixed #23455 -- Accept either bytes or text for related_name, convert to text.
Backport of c72eb80d11 from master.
2014-12-12 13:13:57 -07:00
Carl Meyer b376071936 [1.7.x] Fixed #23982 -- Added doc note on generating Python 2/3 cross-compatible migrations.
Thanks Luke Plant for the report, and Tim Graham, Simon Charette, and Markus
Holtermann for review and discussion.

This is a backport of d4bdddeefe from master.
2014-12-12 13:09:59 -07:00
Carl Meyer f8b4cf4022 [1.7.x] Revert "Fixed #23455 -- Forced related_name to be a unicode string during deconstruction."
This reverts commit 45bd7b3bd9.

This is a backport of 8aaf51f94c from master.
2014-12-12 13:09:04 -07:00
Tim Graham c64286c62b [1.7.x] Fixed #23857 -- Fixed admin crash with "save as new" and deleting inline.
Thanks amarandon for the report.

Backport of c7a19f4203 from master
2014-12-12 11:49:44 -05:00
Grzegorz Slusarek 4b96e862b4 [1.7.x] Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.
Backport of 0dea81cd6d from master
2014-12-12 08:50:38 -05:00
Tim Graham a189e9f0d0 [1.7.x] Appeased spell checker.
Backport of 6a141832ab from master
2014-12-11 14:44:27 -05:00
Markus Holtermann f446acf8bb [1.7.x] Fixed #23956 -- Fixed migration creation for multiple table inheritance
Backport of 44927ba817 from master
2014-12-11 13:28:57 -05:00
Yohan Boniface 491bf20d19 [1.7.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt.
Backport of 38fc463fbf from master
2014-12-11 12:12:33 -05:00
Tim Graham da562d6a87 [1.7.x] Fixed #23961 -- Clarified when makemigrations will create a directory.
Backport of fa6e3a40e1 from master
2014-12-09 07:31:33 -05:00
Tim Graham 6022da4f48 [1.7.x] Fixed #23974 -- Clarified wording of FileField.save/delete save parameter.
Thanks GreenAsJade.

Backport of 1aa41dd000 from master
2014-12-08 13:18:23 -05:00
Jon Dufresne 4862eb6e5b [1.7.x] Refs #23964 -- Added warning about case-insensitive, unique fields used with formsets
Backport of 4d27d72d14 from master
2014-12-08 12:58:26 -05:00
Berker Peksag b249d4dcc7 [1.7.x] Added an "htmlview" target to open docs after building them.
This is helpful if you build and test documentation updates in
your development env.

Copied from CPython's Doc/Makefile.

Backport of b327a614eb from master
2014-12-08 07:24:07 -05:00
Quentin Pradet 614cbf1c3c [1.7.x] Fixed typo in docs/howto/custom-lookups.txt.
Backport of 6bc343d874 from master
2014-12-08 07:20:00 -05:00
Vladimir Rutsky 44527ac346 [1.7.x] Fixed typo in docs/howto/deployment/wsgi/uwsgi.txt.
Backport of 1a408e42ee from master
2014-12-07 12:25:46 -05:00
Tim Graham 284496e692 [1.7.x] Fixed #23965 -- Mentioned that FieldFile inherits from File
Backport of 5281d9620d from master
2014-12-06 11:52:22 -05:00
wrwrwr a80e4817a7 [1.7.x] Cleaned up a note in docs/topics/db/sql.txt.
Backport of 34a06d99e0 from master
2014-12-06 09:26:16 -05:00
Peter Inglesby 00018642c9 [1.7.x] Fixed typo in docs/ref/applications.txt.
Backport of 0fde2ca036 from master
2014-12-06 09:23:37 -05:00
Claude Paroz 01e117abf0 [1.7.x] Fixed documentation of GeoModelAdmin.openlayers_url
Backport of e3091350 from master.
2014-12-06 12:47:42 +01:00
Tim Graham 6a94c97729 [1.7.x] Corrected example in Form.has_changed() docs.
Backport of ebfadb8080 from master
2014-12-05 13:17:36 -05:00
Young Yang 58e0d6bdbc [1.7.x] Fixed #23955 -- Corrected formset fields in topic guide.
Backport of f0c7a6f360 from master
2014-12-05 11:33:16 -05:00
Claude Paroz 6ba960266a [1.7.x] Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations
Thanks adityagupta104 for the report and Tim Graham for the review.
Backport of 8d7a48027e from master.
2014-12-04 21:39:32 +01:00
Tim Graham d57124433f [1.7.x] Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.
Thanks wkornewald for the report and Markus Holtermann for review.

Backport of 765fa36d57 from master
2014-12-04 10:59:05 -05:00
Tim Graham e8c88c93ec [1.7.x] Fixed typo in aggregation docs. 2014-12-03 20:10:28 -05:00
Benjamin Bach 48bd44670b [1.7.x] Documented a current limitation of multiple table annotation; refs #10060.
Backport of 4b23a6c7a9 from master
2014-12-03 19:19:28 -05:00
Theodoros Ikonomou 82c0c7b34f [1.7.x] Fixed typo in docs/ref/request-response.txt.
Backport of 49d034fff2 from master
2014-12-03 18:44:06 -05:00