1
0
mirror of https://github.com/django/django.git synced 2025-03-24 08:10:45 +00:00

18321 Commits

Author SHA1 Message Date
Tim Graham
23455aeee2 [1.7.x] Fixed typo in docs/howto/custom-model-fields.txt.
Backport of 99561eef26 from master
2014-08-15 07:30:36 -04:00
Claude Paroz
2cbafd814f [1.7.x] Complemented 1.6 release notes for 457c16d0d6
And accessorily added missing bits fixing #23293.
2014-08-15 10:14:20 +02:00
Andrew Godwin
b5784048e0 [1.7.x] Fixed #23288: deconstruct() ignoring related_name 2014-08-14 19:47:34 -07:00
Zhaorong Ma
2b694919db [1.7.x] Fixed a grammar error in docs/ref/forms/api.txt.
Backport of bef5b9b7cd from master
2014-08-14 12:15:14 -04:00
Ramiro Morales
d9559fe163 [1.7.x] Fixed #23291 -- Don't add Unicode varname/value to environment.
Windows doesn't like that and it causes 114 failures in the
admin_scripts tests with Python 2.x.

0bfb53866199f366ed140d49938fd185e5898156 from master.
2014-08-14 12:55:09 -03:00
Claude Paroz
63ccf64079 [1.7.x] Fixed #23265 -- Used system-specific encoding in runserver
Thanks SpaceFox for the report.
Backport of 055d95fce066 from master.
2014-08-14 12:09:22 +02:00
Tim Graham
46edcd621e [1.7.x] Corrected content_type parameter name in sitemap docs.
mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33.

Backport of a7443c24a3 from master
2014-08-13 21:45:28 -04:00
Tim Graham
d38007e86d [1.7.x] Removed doc reference to removed HttpResponse.mimetype.
Backport of da009ce32c from master
2014-08-13 21:43:07 -04:00
Ola Sitarska
0f44d9f9b1 [1.7.x] Fixed #23283 -- Added default=False to BooleanField's in the docs.
Thanks Baptiste for the suggestion.

Backport of 6947885926 from master
2014-08-13 18:24:43 -04:00
areski
05063c60da [1.7.x] Improved formatting of deconstruct() docs.
Backport of d441a9d006 from master
2014-08-13 12:41:39 -04:00
Claude Paroz
67870137b9 [1.7.x] Fixed #22686 -- Prevented makemessages crash with unicode filename
A more extensive fix has been reverted on the 1.7.x branch, so this
minimal fix replaces it.
2014-08-12 22:55:35 +02:00
Claude Paroz
e705d8c4b4 [1.7.x] Revert "Applied unicode_literals to makemessages command"
This reverts commit cdfefbec7 as it caused a regression (#23271).
2014-08-12 22:25:42 +02:00
Andrew Godwin
72fdd62e93 [1.7.x] Fixed #23275: Unmanaged models kept by autodetector, ignored by ops 2014-08-12 12:51:11 -07:00
Collin Anderson
8f9dd9f256 [1.7.x] Refs #23276: Removed bad examples of passing views as strings to url()
partial backport of a9fd740d22 from master
2014-08-12 14:44:09 -04:00
Ola Sitarska
49419ffd05 [1.7.x] Fixed #23016 -- Updated FAQs per Aymeric's suggestions.
Backport of 549284faa4 from master
2014-08-12 13:48:21 -04:00
Tim Graham
0e9d6ad54a [1.7.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt.
Backport of 2003cb23d4 from master
2014-08-12 12:27:41 -04:00
Tim Graham
9a51270dba [1.7.x] Added a warning that remove_tags() output shouldn't be considered safe.
Backport of 7efce77de2 from master
2014-08-11 07:09:34 -04:00
Ola Sitarska
927d7b8b71 [1.7.x] Fixed #23267 -- Fixed typo in Translation documentation
Thanks to Tomin1 for the report.

Backport of 2e7be92b4df29ac851d570e57da5dcf756c5ac52 from master.
2014-08-11 12:08:20 +02:00
Rajiv Makhijani
4ce5ced230 [1.7.x] Fixed #23259 -- Corrected insertion order of extra() select_params
A regression caused queries to produce incorrect results for cases where
extra(select) is excluded by values() but included by extra(order_by)

The regression was caused by 2f35c6f10fcbae541691207fb0c0560a13b754fc.

Backport of f0b358880a from master
2014-08-11 09:35:37 +03:00
Florian Apolloner
07c7925282 [1.7.x] Fixed remove_field for spatialite schema changes.
Backport of f915d39afe3565ac2355de57c11843530b96f3bc from master.
2014-08-10 16:24:56 +02:00
Florian Apolloner
cdc42ac0d6 [1.7.x] Made sqlite's remove_field behave like the base backend.
Backport of 61d783f3d7c9d4c7a0ac05f7fbbaba78e5cef5aa from master.
2014-08-10 13:32:16 +02:00
Andrew Godwin
ee74f9fe3b [1.7.x] Fixed #23264: Schema backends honour db_constraint 2014-08-09 17:51:06 +10:00
Justin Hamade
98d6f128d0 [1.7.x] Fixed #22336 -- Added path matching for makemessages ignore option
This fixes a regression introduced by 9012a9e200.
Backport of 8fe406864c from master.
2014-08-08 22:55:45 +02:00
Tim Graham
ab883a3477 [1.7.x] Removed some tabs in the docs.
Backport of 73ff4498aa from master
2014-08-08 13:59:29 -04:00
Andreas Stocker
288b557ac4 [1.7.x] Fixed #23257 -- Updated docs for new django-jython release.
Backport of f3ef55ea7a from master
2014-08-08 12:43:57 -04:00
Simon Charette
f7c609b9dc [1.7.x] Silenced PostGIS deprecation warnings.
Backport of a6fc1859 from master
2014-08-08 12:11:52 -04:00
Tim Graham
fda3eccea3 [1.7.x] Bumped django_next_version in docs config. 2014-08-08 11:45:14 -04:00
Andrew Godwin
267630ad50 [1.7.x] Don't treat .pyc/pyo files as migrations. Refs #23237 among others. 2014-08-08 09:57:49 +10:00
Jacob Haslehurst
29585e9b6a [1.7.x] Fixed #22982 -- Added GenericRelatedObjectManager.__str__. to prevent crash.
Thanks bendavis78 for the report.
2014-08-07 14:41:28 -04:00
Tim Graham
4c56b6f820 [1.7.x] Fixed flake8 warning.
Backport of f9f9f3ad60 from master
2014-08-07 10:12:09 -04:00
Andrew Godwin
a7336cdcbe [1.7.x] Use smart_text rather than naive forcing-to-unicode for state reading 2014-08-07 22:34:53 +10:00
Tim Graham
796030590a [1.7.x] Added a missing unicode_literals that caused a test failure after refs #23226.
Backport of 57b60f9f93 from master
2014-08-07 08:32:12 -04:00
Andrew Godwin
9cc5d99bde [1.7.x] Fixed #23252: Call out removed features in release notes.
Also added StrAndUnicode mixin note to deprecation plan as it was
missing.
2014-08-07 14:15:44 +10:00
Mohammed Attia
b6a6033096 [1.7.x] Removed a doc reference to the deprecated mimetype kwarg.
Backport of 61ed959235 from master
2014-08-06 22:18:29 -04:00
Andrew Godwin
bbcd86e264 [1.7.x] Fixed #23226: Model options appearing as bytes type in migrations 2014-08-07 12:14:42 +10:00
Andrew Godwin
91195c77d0 [1.7.x] Moved index dropping after FK dropping to please MySQL and fix test 2014-08-07 12:00:13 +10:00
Andrew Godwin
0e69af51b1 [1.7.x] Fixed #23244: Error altering FK to non-FK in migrations 2014-08-07 11:52:49 +10:00
Tim Graham
5e42e9f059 [1.7.x] Fixed #21792 -- Documented Form.has_changed()
Thanks bjb at credil.org for the suggestion and
Ivan Mesic for the draft patch.

Backport of edcc75e5ac from master
2014-08-05 08:49:34 -04:00
Tim Graham
9ed92906b3 [1.7.x] Fixed broken links in docs.
Backport of 0efd72dc90 from master
2014-08-05 08:23:57 -04:00
Tim Graham
0014d5b305 [1.7.x] Updated links for continous integration server.
Backport of 21d0ceefb5 from master
2014-08-05 07:28:54 -04:00
Andrew Godwin
d679672a39 [1.7.x] Stop errors on older Spatialite versions that miss some tables 2014-08-05 21:10:30 +10:00
Shai Berger
f3c0cb0120 [1.7.x] Fixed #23061: Avoided setting a limit on a query for get with select_for_update on Oracle
Thanks Michael Miller for reporting the issue.

Backport of 746f2a4bed from master
2014-08-05 03:21:25 +03:00
areski
a582431b41 [1.7.x] Fixed #23169 - Misc docs fixes.
Backport of e4dd8b5dde from master
2014-08-04 08:31:18 -04:00
Andrew Godwin
d723da383d 1.7-specific fix to help text to stop extra migration 2014-08-04 14:18:22 +10:00
Andrew Godwin
d77f92fa1e [1.7.x] Fixed #23161: Drop PostGIS geography fields correctly 2014-08-04 14:07:08 +10:00
Andrew Godwin
b2ab666aad [1.7.x] Fixed #23163: Align user help text with migrations 2014-08-04 13:57:36 +10:00
Andrew Godwin
6ebfff7f66 [1.7.x] Fixed #23153: Properly recreate spatialite triggers on alter table 2014-08-04 13:28:41 +10:00
Andrew Godwin
a918c60c37 [1.7.x] Fixed #23091: CreateModel and AddField were clashing with deferred SQL 2014-08-04 11:59:48 +10:00
Simon Charette
99f3a65c73 [1.7.x] Fixed a MySQL test failure introduced by cbb29af1aa.
Seems like unlike other backends MySQL get_constraints fails when dealing
with a non-existing table. refs #23160.

Backport of 1b00738f73 from master
2014-08-03 17:02:49 -04:00
Simon Charette
6b2473d3e8 [1.7.x] Fixed #23160 -- Correctly rename models with self referential fields.
Thanks to whitews AT gmail for the report.

Backport of cbb29af1aa from master
2014-08-03 17:02:41 -04:00