Claude Paroz
|
d4623d13b7
|
[1.7.x] Fixed formtools tests with Python 2
Fixes #19905 again.
Backport of 1aaf4053f5 from master.
|
2014-06-09 10:32:27 +02:00 |
Andrew Godwin
|
b78710ec02
|
[1.7.x] Fix broken alias testing test
Conflicts:
tests/test_runner/tests.py
|
2014-06-08 20:08:34 -07:00 |
Andrew Godwin
|
08218252d8
|
[1.7.x] Fixed #22487: Optional rollback emulation for migrated apps
Conflicts:
django/db/backends/creation.py
django/test/runner.py
docs/ref/settings.txt
docs/topics/testing/advanced.txt
|
2014-06-08 19:33:52 -07:00 |
Andrew Godwin
|
bf019c9770
|
[1.7.x] Fix router_honored test to not close connection
|
2014-06-08 18:58:15 -07:00 |
Andrew Godwin
|
55fa4c2d34
|
[1.7.x] Fixed #22777: Add dependency on through for autodetected M2M adds
|
2014-06-08 17:13:11 -07:00 |
Aymeric Augustin
|
25f4e71ed3
|
[1.7.x] Gave unique names to SpatialRefSysModels.
Prevented clashes in the app registry.
Fixed #22790. Thanks timo for the report.
Backport of 6e5651e from master
|
2014-06-08 21:17:59 +02:00 |
Andrew Godwin
|
b568bdf8da
|
[1.7.x] Fixed #22750, #22248: Model renaming now also alters field FKs
|
2014-06-07 18:18:18 -07:00 |
Tim Graham
|
83fe38ae30
|
[1.7.x] Removed usage of deprecated django.utils.importlib.
Backport of 1e84d261d6 from master
|
2014-06-07 21:11:17 -04:00 |
Víðir Valberg Guðmundsson
|
3fc4f03895
|
[1.7.x] Fixed #22749: Making SQL management commands migration aware.
|
2014-06-07 17:18:43 -07:00 |
Andrew Godwin
|
98949e3b10
|
[1.7.x] Fixed #22436: More careful checking on method ref'ce serialization
|
2014-06-07 17:06:06 -07:00 |
Simon Charette
|
2b13576c8f
|
[1.7.x] Fixed #22772 -- Defer wizard temporary files deletion.
Backport of e2112edd9a from master
|
2014-06-07 19:57:58 -04:00 |
Aymeric Augustin
|
211ff288a0
|
[1.7.x] Fixed #20815 -- Don't enforce unbuffered I/O on Python 3.
No test because this code is already deprecated (part of FastCGI support).
Backport of 5836a577 from master
|
2014-06-07 22:35:29 +02:00 |
Tim Graham
|
a517e9ac85
|
[1.7.x] Removed duplicate "Deprecated in Django A.B" text in docs.
sphinx 1.2+ adds this text itself.
Backport of 7f4347b176 from master
|
2014-06-07 07:25:02 -04:00 |
Tim Graham
|
c8c1883962
|
[1.7.x] Added formatting and line wrapping to checks reference doc.
Backport of 5472bf4df0 from master
|
2014-06-06 15:25:58 -04:00 |
Tim Graham
|
c81847181c
|
[1.7.x] Fixed flake8 errors.
Backport of b5a54168f9 from master
|
2014-06-06 08:29:56 -04:00 |
Claude Paroz
|
b236a55818
|
[1.7.x] Fixed #22773 -- Forced templatize() to return unicode
Backport of daaeb84158 from master.
|
2014-06-06 08:43:24 +02:00 |
Andrew Godwin
|
7d388956ce
|
[1.7.x] Prevent operation pollution by later operations of fields
|
2014-06-05 23:34:44 -07:00 |
Chris Beaven
|
9f1c4e4d3f
|
[1.7.x] Implement Migration.run_before
This attribute (used for reverse dependencies) was previously declared
and mentioned in the code, but never actually used.
|
2014-06-05 23:28:17 -07:00 |
Andrew Godwin
|
31fc34e447
|
[1.7.x] Rewrote migration autodetector to involve actual computer science.
Fixes #22605, #22735; also lays the ground for some other fixes.
Conflicts:
django/db/migrations/autodetector.py
|
2014-06-05 23:27:21 -07:00 |
Aymeric Augustin
|
c9aedce01a
|
Replaced an explicit vendor check by a feature flag.
|
2014-06-06 00:31:22 +02:00 |
Aymeric Augustin
|
1238f92c64
|
Checked can_introspect_null feature in a test.
|
2014-06-06 00:26:40 +02:00 |
Éric Araujo
|
4ad299f287
|
[1.7.x] Fix missing highlighting in some code examples
Backport of 84cafc2b35 from master
|
2014-06-05 15:14:14 -04:00 |
Aymeric Augustin
|
342b25449d
|
[1.7.x] Added a flag for the ability to introspect nullable fields.
Previously this was conflated with another Oracle-specific behavior.
Backport of a03d38d from master.
|
2014-06-05 17:57:48 +02:00 |
Aymeric Augustin
|
2e4bcb9b02
|
Avoided using BinaryField unecessarily in tests.
Several database backends struggle with binary data. This change
minimizes the risk of unrelated tests failures when binary fields
trigger errors.
|
2014-06-05 17:10:42 +02:00 |
Aymeric Augustin
|
4fb50a9a82
|
Reordered setUp code in prefetch_related tests.
This allows these tests to run on databases that reject duplicate NULL
values in unique fields e.g. SQL Server.
|
2014-06-05 16:30:43 +02:00 |
Guillaume Pannatier
|
52b7e772e4
|
[1.7.x] Fixed #22710 -- Amended aggregation note for empty QuerySets
Thanks smeaton for report and Joël Rochat for spell check
Backport of 7f27cca5c5 from master
|
2014-06-04 12:45:24 -04:00 |
Tim Graham
|
868b5e5e95
|
[1.7.x] Fixed #22747 -- Add backwards compatibility tip for new behavior of formset.save(commit=False).
Thanks django at patjack.co.uk.
Backport of 2f7a7842ba from master
|
2014-06-04 12:42:23 -04:00 |
Alexandr Shurigin
|
8d6e0d4588
|
[1.7.x] Fixed #22681 -- Made TarArchive recognize leading directories properly.
Backport of 083d285b82 from master
|
2014-06-03 15:03:32 -04:00 |
INADA Naoki
|
c8382f4c65
|
[1.7.x] Updated current state of MySQL Connector/Python.
Backport of 7be646425f from master
|
2014-06-03 08:10:44 -04:00 |
Egor Semiguzov
|
206cb74cef
|
[1.7.x] Removed erroneous trailing comma in OLMapWidget.js.
Backport of c5226eb72a from master
|
2014-06-03 07:44:39 -04:00 |
Bryce Nesbitt
|
cb3266c1b0
|
[1.7.x] Fixed #22753 -- Documented ability to use a note with the {% comment %} tag.
Backport of e020894470 from master
|
2014-06-02 18:52:55 -04:00 |
Tim Graham
|
170255caf4
|
[1.7.x] Fixed #22748 -- Corrected post_migrate usage example.
Thanks Rudolph for the report.
Backport of a00efa30d6 from master
|
2014-06-02 11:39:23 -04:00 |
Craig de Stigter
|
724e600872
|
[1.7.x] Fixed #22690 -- Added a check for proxy models containing fields.
Removed the FieldError raised by ModelBase.__new__ in this case.
Backport of ce993efda8 from master
|
2014-06-02 09:34:31 -04:00 |
Alex Gaynor
|
160fd6c7c1
|
[1.7.x] Removed an unused import
Backport of a31d7c48b0 from master
|
2014-06-02 07:14:02 -04:00 |
Tim Graham
|
f8dd382a48
|
[1.7.x] Revert "Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on fields with choices"
This reverts commit 9d1987d767 .
Backport of 5046c110cf from master
|
2014-06-02 07:13:03 -04:00 |
Claude Paroz
|
a2fb5c9d69
|
[1.7.x] Fixed #22744 -- Fixed sqlite3 get_relations introspection with views
Thanks Tim Graham for the report and Simon Charette for the review.
Backport of 5a504a5311 from master.
|
2014-06-01 22:07:22 +02:00 |
Vincent-Vega
|
d773a08b27
|
[1.7.x] Fixed #22711 -- Adjusted ordering checks to allow implicit relation fields.
refs #19195.
Backport of d04e730224 from master
|
2014-06-01 15:37:57 -04:00 |
Simon Charette
|
33511662dd
|
[1.7.x] Fixed #22659 -- Prevent model states from sharing field instances.
Thanks to Trac alias tbartelmess for the report and the test project.
Backport of 7a38f88922 from master
|
2014-06-01 15:12:23 -04:00 |
Fabio Rueda
|
ad408d0985
|
[1.7.x] Fixed syntax error in ogrinspect.py management command.
Backport of f384b638e2 from master
|
2014-06-01 13:22:15 -04:00 |
Jonathan Lindén
|
a83c56a45a
|
[1.7.x] Fixed #21938 -- Moved documentation for error views to reference guide.
Backport of 5b98ba08e2 from master
|
2014-06-01 13:07:19 -04:00 |
Florian Apolloner
|
ba31e45f08
|
[1.7.x] Revert "Making SQL management commands migration aware."
This reverts commit cb9c9a7b58 .
Backport of 83e7555ffe from master.
|
2014-06-01 12:01:29 +02:00 |
Simon Charette
|
c95a3fadb7
|
[1.7.x] Fixed #22299 -- Cleanup wizard temp files when possible.
Thanks to @erikr for the review.
Backport of fa8b473528 from master.
|
2014-05-30 22:25:17 +02:00 |
Florian Apolloner
|
e3792bb95f
|
[1.7.x] Fixed #19905 -- Fixed leakage of file descriptors in form wizard.
Backport of c4c2c99669 from master.
|
2014-05-30 22:00:25 +02:00 |
Moayad Mardini
|
08a2b3b9cf
|
[1.7.x] Improved the test for refs #22682.
Thanks apollo13 for the review.
Backport of 6f4d7f41b1 from master
|
2014-05-30 11:01:42 -04:00 |
Guillaume Pannatier
|
b266392b63
|
[1.7.x] Fixed #22710 -- Documented aggregation behavior for empty QuerySets.
Thanks matklad for the report.
Backport of 7c6e96ec1f from master
|
2014-05-30 08:05:43 -04:00 |
Andrew Godwin
|
16d037c4f0
|
[1.7.x] Fix additional test failures caused by migration pollution
|
2014-05-29 16:44:29 -07:00 |
Tim Graham
|
35bdf87034
|
[1.7.x] Improved deprecation plan links in release notes.
Backport of 7ff326928a from master
|
2014-05-29 18:58:55 -04:00 |
Moayad Mardini
|
e4eae5df0e
|
[1.7.x] Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` package
`makemigrations` will automatically create the package specified
in `MIGRATION_MODULES` if it doesn't already exist.
Thanks ovidiuc4 for the report.
|
2014-05-29 15:39:02 -07:00 |
Andrew Godwin
|
4956e182ac
|
[1.7.x] Fix test failure caused by 3149cdce32
|
2014-05-29 15:36:49 -07:00 |
Víðir Valberg Guðmundsson
|
b6a960cd1d
|
[1.7.x] Making SQL management commands migration aware.
|
2014-05-29 15:36:30 -07:00 |