1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00
Commit Graph

18587 Commits

Author SHA1 Message Date
Emin Mastizada
61705f0091 [1.7.x] Added formats for the Azerbaijani locale.
Backport of dda2a3cf4c from master
2015-02-23 07:37:46 -05:00
Tim Graham
ca910b0c5a [1.7.x] Corrected sqlmigrate output in tutorial 1.
Backport of ff5e47e7a4 from master
2015-02-22 12:29:43 -05:00
Tim Graham
2a28606b15 [1.7.x] Fixed #24371 -- Cautioned against trying to switch databases.
Backport of 7901eccf2e from master
2015-02-22 10:12:18 -05:00
Sean Wang
a3f7b034d7 [1.7.x] Fixed #24358 -- Corrected code-block directives for console sessions.
Backport of eba6dff581 from master
2015-02-22 09:38:54 -05:00
Tim Graham
c231ec1af0 [1.7.x] Fixed typo in path to is_safe_url()
Backport of dd0b487872 from master
2015-02-20 09:22:24 -05:00
Tim Graham
d1dd71f1a7 [1.7.x] Added an import to docs/topics/testing/advanced.txt example.
Backport of 32b67b3fd1 from master
2015-02-17 13:54:01 -05:00
Tim Graham
fcaf2e135d [1.7.x] Fixed #24350 -- Freshened up database install topic section.
Backport of 35f0cae19d from master
2015-02-16 15:00:00 -05:00
Tim Graham
e384991232 [1.7.x] Removed a note about old versions of MySQLdb.
Backport of f3bc7c5447 from master
2015-02-16 14:29:34 -05:00
Carl Meyer
a970c27730 [1.7.x] Fixed #23892 -- Clarified compatibility policy for migrations.
Backport of e35c70bef4 from master
2015-02-16 10:12:18 -05:00
Tim Graham
9be44b8ee3 [1.7.x] Added new "W503 line break before binary operator" warning to flake8 ignore.
Backport of d652906aeb from master
2015-02-15 20:13:02 -05:00
Aymeric Augustin
9b7d512d5f [1.7.x] Fixed #24318 -- Set the transaction isolation level with psycopg >= 2.4.2.
Backport of 76356d96 from master
2015-02-14 18:52:53 +01:00
Claude Paroz
c16f9c2d28 [1.7.x] Fixed #24144 -- Documented that GEOSGeometry.envelope can return a point
Thanks Manel Clos for the report.
Backport of 1379165b35 from master.
2015-02-14 16:21:54 +01:00
Carl Meyer
86e9744593 [1.7.x] Fixed #24337 - Added stronger documentation warning about automatic fake-initial. 2015-02-13 11:47:35 -07:00
Tim Graham
1b93b0977d [1.7.x] Fixed #24332 -- Fixed contrib.sites create_default_site() when 'default' DATABASES is empty.
Backport of e8cf4f8abe from master
2015-02-13 07:08:49 -05:00
Thomas Güttler
5697a4c9cf [1.7.x] Clarified timeout=0 in cache docs.
Backport of e519ee1d35 from master
2015-02-12 10:33:02 -05:00
Tim Graham
0c9e006d5f [1.7.x] Fixed #24293 -- Skipped a contrib.sites test if multiple databases aren't setup. 2015-02-12 07:56:49 -05:00
Loic Bistuer
1c1193da39 [1.7.x] Ignored flake8 newly added E402 and E731.
Backport of e9874d4cf1 from master
2015-02-10 19:14:26 -05:00
Markus Holtermann
f8c040e167 [1.7.x] Fixed #24236 -- Treated inherited m2m fields as such if they don't define get_internal_type()
Regression introduced in 3d4a826174

Thanks IRC user ris for the report, Loïc Bistuer, Anssi Kääriäinen and
Andriy Sokolovskiy for the discussion and Tim Graham for the review.
2015-02-09 16:48:51 +01:00
Markus Holtermann
37b50db092 [1.7.x] Refs #24236 -- Added regression test for 3d4a826174
Thanks irc user ris for the report
2015-02-09 16:48:51 +01:00
Tim Graham
1d85d057c3 [1.7.x] Fixed spelling mistakes in docs. 2015-02-08 14:23:01 -05:00
Markus Holtermann
208d5c42e7 [1.7.x] Revert "[1.7.x] Fixed #24075 -- Prevented running post_migrate signals when unapplying initial migrations of contenttypes and auth"
This reverts commit 478546fcef.

Backport of 2832a9b028 from master
2015-02-07 20:50:15 +01:00
Markus Holtermann
e6ffe43b67 [1.7.x] Revert "[1.7.x] Refs #24075 -- Silenced needless call_command output while running tests"
This reverts commit b419bd3843.

Backport of bd3d796ecd from master
2015-02-07 19:57:50 +01:00
Josh Schneier
d3404c1ca8 [1.7.x] Fixed typos of "select_related" in docs.
Backport of 7d363ed432 from master
2015-02-04 07:33:48 -05:00
Tim Graham
2401ef8682 [1.7.x] Demoted "Installing a distribution-specific package" in install notes.
Backport of 281fc03474 from master
2015-02-03 16:38:09 -05:00
minusf
dfa0716664 [1.7.x] Fixed typos in docs/ref/forms/validation.txt.
Backport of 66f5aa9fa5 from master
2015-02-03 12:27:20 -05:00
Tim Graham
346451164e [1.7.x] Fixed broken links in class based views flattend index; refs #24250.
Backport of 9a391fbd61 from master
2015-02-03 09:12:12 -05:00
Tim Graham
9c456ea8ff [1.7.x] Fixed #24250 -- Corrected mistakes in FormMixin docs.
Backport of 5d193d042a from master
2015-02-03 08:42:53 -05:00
Tim Graham
e775200e05 [1.7.x] Simplified a versionchanged note for LiveServerTestCase.
Backport of 6d0538bd8c from stable/1.7.x
2015-02-01 21:07:38 -05:00
Andrei Kulakov
341a20ff6c [1.7.x] Updated recommendation for testing keyword arg in custom fields.
Backport of dbabf43920 from master
2015-01-30 08:30:07 -05:00
Tim Graham
39a8640e30 [1.7.x] Added stub 1.7.5 release notes.
Backport of ac6033d883 from master
2015-01-28 06:39:22 -05:00
Tim Graham
b25101a0d0 [1.7.x] Post-release version bump. 2015-01-27 12:27:03 -05:00
Tim Graham
b626c289cc [1.7.x] Bumped version for 1.7.4 release. 1.7.4 2015-01-27 12:10:08 -05:00
Tim Graham
c93fb26527 [1.7.x] Added 1.4.19 release notes.
Backport of 6f8418089c from master
2015-01-27 11:48:33 -05:00
Andriy Sokolovskiy
3d4a826174 [1.7.x] Fixed #24104 -- Fixed check to look on field.get_internal_type() instead of class instance 2015-01-27 14:40:39 +01:00
Collin Anderson
6dc6ec2188 [1.7.x] Fixed #24190 -- Clarified len(queryset)
Backport of ee23e03637 from master
2015-01-24 10:18:19 -05:00
Claude Paroz
b1bf8d64fb [1.7.x] Fixed #24193 -- Prevented unclosed file warnings in static.serve()
This regression was caused by 818e59a3f0. The patch is a partial
backport of the new FileResponse class available in later Django
versions.
Thanks Raphaël Hertzog for the report, and Tim Graham and Collin
Anderson for the reviews.
2015-01-23 08:58:34 +01:00
Simon Charette
7b677fe063 [1.7.x] Fixed #24186 -- Fixed a typo in the admin docs.
Thanks to Keryn Knight for the report.

Backport of dccf41cff0 from master
2015-01-20 11:57:00 -05:00
Markus Holtermann
70845c6809 [1.7.x] Refs #24163 -- Fixed failing Oracle test when migrating from ForeignKey to OneToOneField
Thanks Tim Graham for review

Backport of 64ecb3f07d from master
2015-01-20 17:46:37 +01:00
Tim Graham
7a1ccc0699 [1.7.x] Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+
Backport of b19b81b396 from master
2015-01-19 15:41:29 -05:00
Tim Graham
3e803f9cbd [1.7.x] Designated Django 1.8 as the next LTS.
Backport of c38db4d7e0 from master
2015-01-19 12:08:20 -05:00
Markus Holtermann
db2a97870d [1.7.x] Fixed #24163 -- Removed unique constraint after index on MySQL
Thanks Łukasz Harasimowicz for the report.

Backport of 5792e6a88c from master
2015-01-19 17:25:05 +01:00
Tim Graham
bb2b4acc7a [1.7.x] Added deprecation docs for legacy lookup support; refs #16187.
Backport of 8e435a5640 from master
2015-01-19 10:45:55 -05:00
Tim Graham
07bd23d329 [1.7.x] Added missing items to deprecation timeline/1.7 release notes.
Backport of ecf109f215 from master.
2015-01-18 21:26:19 -05:00
Tim Graham
bc3021b93b [1.7.x] Removed a flake8 exclude that caused code to be missed.
Backport of 2fa2068406 from master
2015-01-18 20:48:47 -05:00
Tim Graham
af523573fc [1.7.x] Clarified deprecation of forms.forms.get_declared_fields(); refs #19617.
Backport of 89e9f81601 from master
2015-01-18 16:07:48 -05:00
Tim Graham
e8191caca5 [1.7.x] Clarified a contrib.sites deprecation and added to 1.7 release notes.
Backport of ba27f89587 from master
2015-01-18 13:45:40 -05:00
Tim Graham
4df91d05e8 [1.7.x] Clarified contrib.contenttypes.generic deprecation; refs #19774.
Backport of 737cd4ff3d from stable/1.7.x
2015-01-18 13:43:47 -05:00
Tim Graham
eea66a6e97 [1.7.x] Added removal of check management command to deprecation timeline.
Backport of 20e4e8fc79 from master
2015-01-17 19:16:41 -05:00
Tim Graham
ecbe20fe20 [1.7.x] Added versionadded to ModelAdmin.get_formsets_with_inlines(); refs #20702.
Backport of 7cfcdd98dc from stable/1.8.x
2015-01-17 18:18:06 -05:00
Markus Holtermann
29737a2949 [1.7.x] Cleaned up migration writer tests
Backport of 65d55c4093 from master
2015-01-17 20:45:41 +01:00