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 2e7be92b4d
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 2f35c6f10f
.
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 f915d39afe
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 61d783f3d7
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
Florian Apolloner
1cb919e408
[1.7.x] Ensured that Paginator.page_range works the same on Python 2 and 3.
...
This somewhat fixes #23088 , refs 23140.
Backport of 2d542bf60c
from master.
2014-08-03 21:11:32 +02:00
Baptiste Mispelon
23b0d636d3
[1.7.x] Fixed #23156 -- Added missing BinaryField.deconstruct() method.
...
Backport of 72f1eb48df
from master.
2014-08-03 15:28:14 +02:00
Baptiste Mispelon
0b1d0afc92
[1.7.x] Added missing logic to TimeField.deconstruct().
...
If auto_now or auto_now_add was used then the serialized
field in the migration contained unnecessary `editable` and
`blank` arguments.
Backport of 7432533932
from master.
2014-08-03 15:27:57 +02:00
Baptiste Mispelon
2c5eee9f88
[1.7.x] Removed unnecessary code in ManyToManyField.deconstruct()
...
Backport of 44169a00c1
from master.
2014-08-03 15:27:26 +02:00
Tim Graham
27b7783fbe
[1.7.x] Removed notes for versions of SQLite older than 5 years.
...
Backport of a9fa3d4667
from master
2014-08-02 20:02:48 -04:00
Tim Graham
59fca56469
[1.7.x] Fixed #23154 -- Removed reference to deprecated run_gunicorn command.
...
Thanks frewsxcv for the report.
Backport of 75f2c65cb6
from master
2014-08-02 15:03:57 -04:00
Erik Romijn
a4eb590958
[1.7.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs
...
Backport of e26366da44
from master.
2014-08-02 18:57:34 +02:00
Tim Graham
2ff2809c73
[1.7.x] Updated MySQL links to version 5.6.
...
Backport of fb4f3e04b1
from master
2014-08-02 10:27:26 -04:00
Erik Romijn
893f188386
[1.7.x] Fixed #23148 -- Minor tweaks in tutorial code samples
...
Backport of e075d2e66b
from master.
2014-08-02 10:26:08 +02:00
Tim Graham
ee0208108b
Revert "[1.7.x] Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`."
...
This reverts commit ce95ab8f02
.
It caused some backwards compatibility concerns (refs #23140 ).
2014-08-01 10:14:28 -04:00
Tim Graham
e02d82155a
[1.7.x] Fixed typo in docs/topics/testing/tools.txt.
...
Backport of 7ce4ef58c9
from master
2014-08-01 09:43:47 -04:00
Loic Bistuer
e2c129fa5b
[1.7.x] Used JsonResponse in CBV examples.
...
Thanks Hiroki Kiyohara and Tim Graham for the reviews.
Backport of 7579080899
from master
2014-07-31 13:46:53 -04:00
Tim Graham
42bb047d33
[1.7.x] Updated timezone docs to use timezone.now()
...
Thanks James Cleveland for the report and Aymeric for suggesting
the solution.
Backport of da59902250
from master
2014-07-31 12:57:50 -04:00