- 03 Şub, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 02 Şub, 2014 12 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Michael Manfre yazdı
-
Alex Gaynor yazdı
Fix regress added to migrations.test_operations.test_alter_field_pk_fk
-
Michael Manfre yazdı
-
Alex Gaynor yazdı
-
Thomas Grainger yazdı
-
Claude Paroz yazdı
Fixed regression introduced by fabc678f. Thanks Michael Manfre for the report.
-
Aymeric Augustin yazdı
Fixed #21751 -- Explicitly closed cursors.
-
Michael Manfre yazdı
This commit touchs various parts of the code base and test framework. Any found usage of opening a cursor for the sake of initializing a connection has been replaced with 'ensure_connection()'.
-
Michael Manfre yazdı
Updated SQLUpdateCompiler.execute_sql to match the behavior described in the docstring; the 'first non-empty query' will now include all queries, not just the main and first related update. Added CURSOR and NO_RESULTS result_type constants to make the usages more self documenting and allow execute_sql to explicitly close the cursor when it is no longer needed.
-
Aymeric Augustin yazdı
Thanks Russell for the advice.
-
Aymeric Augustin yazdı
-
- 01 Şub, 2014 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
Fixed #21923. Refs #21719.
-
Aymeric Augustin yazdı
The purpose of this construct is to test if the django.contrib.sites application is installed. But in Django 1.9 it will be forbidden to import the Site model when the django.contrib.sites application isn't installed. No model besides Site used this pattern. Refs #21719, #21923.
-
Aymeric Augustin yazdı
Thanks Timo for the report. Regression from 2f65b8e1. Refs #21794.
-
- 31 Ock, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 30 Ock, 2014 2 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks dfunckt for the report.
-
Claude Paroz yazdı
-
- 29 Ock, 2014 4 kayıt (commit)
-
-
Shai Berger yazdı
Broke InspectDBTestCase.test_field_types in two: - a test_number_field_types, which now passes on Oracle too - a test_field_types, for all non-numeric fields, which is still expected to fail Also made some pep8 fixes in the tests file. Refs #19884 Thanks Tim Graham for review.
-
Alex Gaynor yazdı
Fix typo CRSF -> CSRF
-
Ian Foote yazdı
-
Shai Berger yazdı
Fixed failing test schema.tests.SchemaTests.test_add_field_temp_default_boolean Refs #19884
-
- 28 Ock, 2014 5 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
It seems this case was fixed somewhere between 1.5.x and 1.6.x. I added tests as I wasn't able to find any tests for these cases. Refs #21879
-
Anssi Kääriäinen yazdı
When moving code around from sql.where to lookups six.moves.xrange import was forgotten. The xrange import is needed on Python 3.
-
Andrew Godwin yazdı
-
Tim Graham yazdı
-
Loic Bistuer yazdı
The combination of BaseManager.from_queryset() and RenameMethodsBase results in Manager.__module__ having the wrong value. This can be an issue when trying to pickle the Manager class.
-
- 27 Ock, 2014 5 kayıt (commit)
-
-
Carl Meyer yazdı
Wherever possible this filesystem path is derived automatically from the app module's ``__path__`` and ``__file__`` attributes (this avoids any backwards-compatibility problems). AppConfig allows specifying an app's filesystem location explicitly, which overrides all autodetection based on ``__path__`` and ``__file__``. This permits Django to support any type of module as an app (namespace packages, fake modules, modules loaded by other hypothetical non-filesystem module loaders), as long as the app is configured with an explicit filesystem path. Thanks Aymeric for review and discussion.
-
Aymeric Augustin yazdı
Fixed #21688. Refs https://github.com/django/django/pull/1147.
-
Aymeric Augustin yazdı
The translation.override context manager cleans up after itself. As a consequence this mixin isn't needed any more in many cases.
-
Aymeric Augustin yazdı
-
Andrew Godwin yazdı
-
- 26 Ock, 2014 7 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Simon Charette yazdı
It contained models, forms and admin objects causing undesirable import side effects. Refs #16368. Thanks to Ramiro, Carl and Loïc for the review.
-
Simon Charette yazdı
-
Wojciech Banaś yazdı
-
Aymeric Augustin yazdı
Thanks Wim for the report.
-