1
0
forked from pool/python-Django
Commit Graph

101 Commits

Author SHA256 Message Date
Tomáš Chvátal
9fea299ab6 Accepting request 701120 from home:aplanas:branches:devel:languages:python:django
- Update to 2.2.1
  * Fixed a regression in Django 2.1 that caused the incorrect quoting
    of database user password when using dbshell on Oracle (#30307).
  * Added compatibility for psycopg2 2.8 (#30331).
  * Fixed a regression in Django 2.2 that caused a crash when loading
    the template for the technical 500 debug page (#30324).
  * Fixed crash of ordering argument in ArrayAgg and StringAgg when it
    contains an expression with params (#30332).
  * Fixed a regression in Django 2.2 that caused a single instance
    fast-delete to not set the primary key to None (#30330).
  * Prevented makemigrations from generating infinite migrations for
    check constraints and partial indexes when condition contains a
    range object (#30350).  Reverted an optimization in Django 2.2
    (#29725) that caused the inconsistent behavior of count() and
    exists() on a reverse many-to-many relationship with a custom
    manager (#30325).
  * Fixed a regression in Django 2.2 where Paginator crashes if
    object_list is a queryset ordered or aggregated over a nested
    JSONField key transform (#30335).
  * Fixed a regression in Django 2.2 where IntegerField validation of
    database limits crashes if limit_value attribute in a custom
    validator is callable (#30328).
  * Fixed a regression in Django 2.2 where SearchVector generates SQL
    that is not indexable (#30385).
  * Fixed a regression in Django 2.2 that caused an exception to be
    raised when a custom error handler could not be imported (#30318).
  * Relaxed the system check added in Django 2.2 for the admin app’s
    dependencies to reallow use of SessionMiddleware subclasses,
    rather than requiring django.contrib.sessions to be in
    INSTALLED_APPS (#30312).

OBS-URL: https://build.opensuse.org/request/show/701120
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=28
2019-05-06 16:56:44 +00:00
4b16139371 Accepting request 692900 from home:jayvdb:branches:devel:languages:python:django
- Add test_clear_site_cache-sort.patch to workaround flaky test
- Add bcond_with for selenium and memcached, as those tests are inactive,
  and add missing dependencies and setup for selenium testing
- Move removal of executable bit from a JavaScript file to %prep
- Fix fdupes

OBS-URL: https://build.opensuse.org/request/show/692900
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=26
2019-04-12 14:20:43 +00:00
d10664759b Accepting request 691028 from home:mimi_vx:branches:devel:languages:python:django
- update to 2.2
- drop pyyaml5.patch
- add i18n_test.patch
 * HttpRequest.headers to allow simple access to a request’s headers.
 * Database-level constraints on models.
 * Watchman compatibility for runserver to improve the performance

OBS-URL: https://build.opensuse.org/request/show/691028
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=24
2019-04-03 12:52:28 +00:00
Tomáš Chvátal
1c8273ad08 - Add patch to build with PyYAML >5:
* pyyaml5.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=22
2019-03-23 16:37:43 +00:00
Thomas Bechtold
a2706e4981 - update to 2.1.7 (CVE-2019-6975, bsc#1124991):
* Corrected packaging error from 2.1.6
  * Memory exhaustion in django.utils.numberformat.format()
    If django.utils.numberformat.format() – used by contrib.admin as well
    as the the floatformat, filesizeformat, and intcomma templates
    filters – received a Decimal with a large number of digits or a
    large exponent, it could lead to significant memory usage
    due to a call to '{:f}'.format().
    To avoid this, decimals with more than 200 digits are now formatted
    using scientific notation.
  * Made the obj argument of InlineModelAdmin.has_add_permission() optional
    to restore backwards compatibility with third-party code that doesn’t
    provide it

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=20
2019-02-12 09:33:11 +00:00
Thomas Bechtold
64adc52e6e - update to 2.1.5 (CVE-2019-3498, bsc#1120932):
* CVE-2019-3498: Content spoofing possibility in the default 404 page
  *  Fixed compatibility with mysqlclient 1.3.14 (#30013).
  *  Fixed a schema corruption issue on SQLite 3.26+. You might have to drop
    and rebuild your SQLite database if you applied a migration while using
    an older version of Django with SQLite 3.26 or later (#29182).
  * Prevented SQLite schema alterations while foreign key checks are enabled
    to avoid the possibility of schema corruption (#30023).
  * Fixed a regression in Django 2.1.4 (which enabled keep-alive connections)
    where request body data isn’t properly consumed for such
    connections (#30015).
  * Fixed a regression in Django 2.1.4 where
    InlineModelAdmin.has_change_permission() is incorrectly called with
    a non-None obj argument during an object add (#30050).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=18
2019-01-10 12:17:53 +00:00
e0ffb7bfb9 Accepting request 656841 from home:mimi_vx:branches:devel:languages:python:django
- Update to version 2.1.4
 * Corrected the default password list that CommonPasswordValidator uses
     by lowercasing all passwords to match the format expected by the validator
 * Prevented repetitive calls to geos_version_tuple() in the WKBWriter class in
     an attempt to fix a random crash involving LooseVersion
 * Fixed keep-alive support in runserver after it was disabled o 2.0
 * Fixed admin view-only change form crash when using ModelAdmin.prepopulated_fields
 * Fixed “Please correct the errors below” error message when editing an object
     in the admin if the user only has the “view” permission on inlines
 * Fixed a regression in Django 2.0 where combining Q objects with __in lookups 
     and lists crashed
 * Fixed a regression in Django 2.0 where test databases aren’t reused
     with manage.py test --keepdb on MySQL
 * Fixed a regression where cached foreign keys that use to_field were
     incorrectly cleared in Model.save()
 * Fixed a regression in Django 2.0 where FileSystemStorage crashes
     with FileExistsError if concurrent saves try to create the same directory

OBS-URL: https://build.opensuse.org/request/show/656841
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=16
2018-12-10 14:00:29 +00:00
Tomáš Chvátal
50e0e77a46 Accepting request 645911 from home:mcepl:work
Switch of BR selenium for non-Intel platforms.

OBS-URL: https://build.opensuse.org/request/show/645911
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=14
2018-11-02 08:21:24 +00:00
20b0cbf787 Accepting request 639971 from home:aplanas:branches:devel:languages:python:django
- Update to version 2.1.2
  * CVE-2018-16984: Password hash disclosure to “view only” admin
    users
  * Fixed a regression where nonexistent joins in F() no longer raised
    FieldError (#29727).
  * Fixed a regression where files starting with a tilde or underscore
    weren’t ignored by the migrations loader (#29749).
  * Made migrations detect changes to Meta.default_related_name
    (#29755).
  * Added compatibility for cx_Oracle 7 (#29759).
  * Fixed a regression in Django 2.0 where unique index names weren’t
    quoted (#29778).
  * Fixed a regression where sliced queries with multiple columns with
    the same name crashed on Oracle 12.1 (#29630).
  * Fixed a crash when a user with the view (but not change)
    permission made a POST request to an admin user change form
    (#29809).

OBS-URL: https://build.opensuse.org/request/show/639971
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=12
2018-10-04 13:58:52 +00:00
Tomáš Chvátal
dc36a4ad03 Accepting request 633018 from home:mimi_vx:branches:devel:languages:python:django
- update to version 2.1.1
- drop django-urlencode.patch
 * Fixed a race condition in QuerySet.update_or_create() that could result
    in data loss
 * Fixed a regression where QueryDict.urlencode() crashed if the dictionary
    contains a non-string value
 * Fixed a regression in Django 2.0 where using manage.py test --keepdb fails
    on PostgreSQL if the database exists and the user doesn’t have permission
    to create databases
 * Fixed a regression in Django 2.0 where combining Q objects with __in
    lookups and lists crashed
 * Fixed translation failure of DurationField’s “overflow” error message
 * Fixed a regression where the admin change form crashed if the user doesn’t
    have the ‘add’ permission to a model that uses TabularInline
 * Fixed a regression where a related_query_name reverse accessor wasn’t
    set up when a GenericRelation is declared on an abstract base model
 * Fixed the test client’s JSON serialization of a request data dictionary
    for structured content type suffixes
 * Made the admin change view redirect to the changelist view after a POST
    if the user has the ‘view’ permission
 * Fixed admin change view crash for view-only users if the form
    has an extra form field
 * Fixed a regression in Django 2.0.5 where QuerySet.values() or values_list()
    after combining querysets with extra() with union(), difference(),
    or intersection() crashed due to mismatching columns

OBS-URL: https://build.opensuse.org/request/show/633018
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=10
2018-09-05 06:09:55 +00:00
Tomáš Chvátal
99a8fe49d6 - Apply patch to fix urlencode nonstring values:
* django-urlencode.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=8
2018-08-14 07:50:38 +00:00
Tomáš Chvátal
35e779d7a4 - Enable testsuite
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=6
2018-08-08 13:34:16 +00:00
97973428c1 Accepting request 628038 from home:mimi_vx:branches:devel:languages:python:django
- update to version 2.1
- move bash completion to right location
- for full chanfges please see https://docs.djangoproject.com/en/2.1/releases/2.1/
 * Dropped support for MySQL 5.5
 * Dropped support for PostgreSQL 9.3
 * Support for SpatiaLite 4.0 is removed
 * Support for SQLite < 3.7.15 is removed.

OBS-URL: https://build.opensuse.org/request/show/628038
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=4
2018-08-08 09:56:05 +00:00
Dominique Leuenberger
e6fa74722d Accepting request 622355 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/622355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=39
2018-07-13 08:22:31 +00:00
Yuchen Lin
8d11c3b7c1 Accepting request 594522 from devel:languages:python
- update to version 2.0.4:
  * Fixed #29265 -- Removed the suggestion to hardcode static URLs.
  * Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a non-UUID where one is expected.
  * Fixed #29195 -- Fixed Exists.output_field resolution on single-valued queries.
  * Fixed links to Sphinx docs.
  * Fixed typo in docs/releases/2.0.4.txt.
  * Clarified docs about ISO 8601 week numbering.
  * Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget map's SRID.
  * Added CVE-2018-7536,7 to the security release archive.
  * Fixed #29221 -- Corrected admin's autocomplete widget to add a space after custom classes.
  * Fixed #29273 -- Prevented initial selection of empty choice in multiple choice widgets.
  * Added a pagination example to ListView docs.
  * Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().
  * isorted import statements in tutorial example.
  * Fixed #29192 -- Corrected docs regarding overriding fields from abstract base classes.
  * Refs #11278 -- Clarified RelatedManager differences between reverse one-to-many and many-to-many relations.
  * Added stub release notes for 1.11.12.
  * Fixed #29165 -- Clarified how to load initial data with migrations.
  * Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.
  * Reverted "Expanded docs for AbstractBaseUser.has_usable_password()."
  * Fixed typo in docs/releases/2.0.4/1.11.12.txt.
  * Bumped version for 2.0.4 release.
  * Fixed #29250 -- Added 'django_version' context to startapp/project docs.
  * Added release date for 2.0.4 and 1.11.12.
  * Post-release version bump.
  * Clarified a sentence in docs/topics/i18n/translation.txt.
  * Fixed #29229 -- Fixed column mismatch crash when combining two annotated values_list() querysets with union(), difference(), or intersection().
  * Added stub release notes for 2.0.4.
  * Fixed a couple mistakes in docs/ref/forms/widgets.txt.
  * Fixed #28655 -- Added more examples for customizing widgets in a form.

OBS-URL: https://build.opensuse.org/request/show/594522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=38
2018-04-11 11:47:22 +00:00
Dominique Leuenberger
aaf262f20c Accepting request 588436 from devel:languages:python
- update to 2.0.3 (bsc#1083305, bsc#1083304, CVE-2018-7536, CVE-2018-7537):
  * Fixed #29108 -- Fixed crash in aggregation of distinct+ordered+sliced querysets.
  * Added CVE-2018-6188 to the security release archive.
  * Post-release version bump.
  * Updated translations from Transifex
  * Added stub release notes for security releases.
  * Fixed incorrect regex in re_path() example.
  * Fixed #29125 -- Made Q.deconstruct() deterministic with multiple keyword arguments.
  * Fixed #29126 -- Doc'd the behavior of QuerySet.update_or_create() with manually specified pks.
  * Used a CSS positioning in tutorial 6 that doesn't differ across browsers.
  * Fixed typo in bulk_create() documentation.
  * Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username isn't a string.
  * Removed blank lines per isort 4.3.0.
  * Added stub release notes for 2.0.3.
  * Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and urlizetrunc template filters.
  * Fixed #29172 -- Fixed crash with Window expression in a subquery.
  * Fixed #29166 -- Fixed crash in When() expression with a list argument.
  * Fixed #24270 -- Doc'd that django_bash_completion is only in the source distribution.
  * Improved clarity of docs/topics/install.txt.
  * Refs #29125 -- Made Q.deconstruct() omit 'query_utils' in the path and _connector='AND' since it's a default value.
  * Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.utils.text.Truncator.
  * Bumped version for 2.0.3 release.
  * Corrected doc'd type of some parameters from string to str.
  * Fixed #29146 -- Readded ^ and $ inadvertently removed from re_path() examples.
  * Fixed #29107 -- Doc'd that ModelForm doesn't actually inherit from Form.
  * Switched test requirement to new psycopg2-binary package.
  * Added backticks around obj argument in admin docs.
  * Fixed typo in docs/topics/forms/media.txt.
  * Fixed #29109 -- Fixed the admin time picker widget for the Thai locale.
  * Fixed #29118 -- Fixed crash with QuerySet.order_by(Exists(...)).

OBS-URL: https://build.opensuse.org/request/show/588436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=37
2018-03-26 09:52:04 +00:00
Dominique Leuenberger
b43494bcaf Accepting request 573722 from devel:languages:python
- update to 2.0.2 (bsc#1077714, CVE-2018-6188):
  * Fixed #28883 -- Doc'd that the uuid URL path converter matches lowercase only letters.
  * Fixed a GeoIP2 test failure with the latest GeoIP2 database.
  * Added stub release notes for 2.0.1.
  * Bumped version for 2.0.2 release.
  * Fixed location of spatialite_source label.
  * Fixed #28958 -- Fixed admin changelist crash when using a query expression in the page's ordering.
  * Fixed #28231 -- Doc'd that QuerySet.bulk_create() casts objs to a list.
  * Fixed #29032 -- Fixed an example of using expressions in QuerySet.values().
  * Disambiguated "settings" in SpatiaLite note.
  * Fixed typo in docs/topics/testing/advanced.txt.
  * Post-release version bump.
  * Refs #25604 -- Removed docs for makemigrations --exit.
  * Fixed #29002 -- Corrected cached template loader docs about when it's automatically enabled.
  * Fixed typo in TemplateCommand argument help text.
  * Added stub release notes for 1.11.9.
  * Fixed #28915 -- Prevented SQLite from truncating trailing zeros in the fractional part of DecimalField.
  * Refs #29086 -- Doc'd how to detect bytestring mistakes.
  * Fixed #28886 -- Updated prefix for example django.contrib.auth.urls URLs.
  * Fixed #29081 -- Clarified comments in QuerySet.select_related() example.
  * Refs #27985 -- Reallowed using __exact=None as an alias for __isnull=True if a custom lookup class with lookup_name != None is registered as the exact lookup.
  * Refs #28876 -- Fixed incorrect class-based model index name generation for models with quoted db_table.
  * Removed 'development' word in contributing docs
  * Fixed #29055 -- Doc'd that escapejs doesn't make template literals safe.
  * Fixed #29016 -- Fixed incorrect foreign key nullification on related instance deletion.
  * Fixed grammar in docs/releases/2.0.txt.
  * Fixed #29071 -- Fixed contrib.auth.authenticate() crash if a backend doesn't accept a request but a later one does.
  * Fixed #28944 -- Fixed crash when chaining values()/values_list() after QuerySet.select_for_update(of=()).
  * Fixed #29091 -- Fixed makemigrations crash if migrations directory doesn't have __init__.py.
  * Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin.autocomplete_fields.

OBS-URL: https://build.opensuse.org/request/show/573722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=36
2018-02-08 13:09:56 +00:00
Dominique Leuenberger
38feee6f59 Accepting request 558342 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/558342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=35
2018-01-19 10:46:11 +00:00
Dominique Leuenberger
4ef145c635 Accepting request 556390 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/556390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=34
2017-12-15 12:59:33 +00:00
Dominique Leuenberger
fc1405057d Accepting request 527627 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/527627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=33
2017-09-25 11:54:05 +00:00
Dominique Leuenberger
eb4c061c74 Accepting request 516162 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/516162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=32
2017-08-14 10:38:18 +00:00
Dominique Leuenberger
5a2c1eaeb2 Accepting request 509479 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/509479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=31
2017-07-30 09:19:59 +00:00
Dominique Leuenberger
3a62b6a6bc Accepting request 493461 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/493461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=30
2017-05-09 15:59:50 +00:00
Dominique Leuenberger
b117e80f51 Accepting request 485687 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/485687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=29
2017-04-19 16:07:23 +00:00
Dominique Leuenberger
29d904169e Accepting request 479913 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/479913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=28
2017-03-17 14:05:33 +00:00
Dominique Leuenberger
556c644508 Accepting request 453635 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/453635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=27
2017-02-05 14:46:06 +00:00
Dominique Leuenberger
fa4bcbe441 Accepting request 443785 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/443785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=26
2016-12-07 23:28:25 +00:00
Dominique Leuenberger
636a690681 Accepting request 438355 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/438355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=25
2016-11-05 20:22:57 +00:00
Dominique Leuenberger
16371b8fdd Accepting request 417963 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/417963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=24
2016-08-12 13:36:24 +00:00
Dominique Leuenberger
28a6a23b92 Accepting request 393390 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/393390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=23
2016-05-08 08:40:33 +00:00
Dominique Leuenberger
403fc31a2b Accepting request 357581 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/357581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=22
2016-02-11 11:32:39 +00:00
Dominique Leuenberger
f4734f0cfc Accepting request 347292 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/347292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=21
2015-12-09 18:50:42 +00:00
Stephan Kulow
ea931a7cae Accepting request 343787 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/343787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=20
2015-11-22 10:00:02 +00:00
Dominique Leuenberger
bdb5020fde Accepting request 343323 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/343323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=19
2015-11-11 09:31:32 +00:00
Stephan Kulow
aee74557b9 Accepting request 332549 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/332549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=18
2015-09-24 04:15:19 +00:00
Stephan Kulow
a189908d4c Accepting request 315852 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/315852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=17
2015-07-14 15:43:44 +00:00
Dominique Leuenberger
bde268b040 Accepting request 309740 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/309740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=16
2015-06-03 06:33:54 +00:00
Dominique Leuenberger
d0fe552a4a Accepting request 292422 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/292422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=15
2015-03-25 09:00:42 +00:00
Dominique Leuenberger
17a16ece43 Accepting request 290359 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/290359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=14
2015-03-12 15:38:59 +00:00
Dominique Leuenberger
17b5734b93 Accepting request 288110 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/288110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=13
2015-03-01 13:47:17 +00:00
Dominique Leuenberger
778beb31e5 Accepting request 283565 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/283565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=12
2015-02-01 11:30:09 +00:00
Dominique Leuenberger
4cc7cf9001 Accepting request 281083 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/281083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=11
2015-01-14 10:45:39 +00:00
Dominique Leuenberger
afb8716bc6 Accepting request 280773 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/280773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=10
2015-01-12 08:49:59 +00:00
Dominique Leuenberger
83019b7e22 Accepting request 280313 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/280313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=9
2015-01-08 22:03:12 +00:00
Stephan Kulow
13ea9c052d Accepting request 258134 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/258134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=8
2014-10-25 06:33:17 +00:00
Stephan Kulow
a3aa82338e Accepting request 254796 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/254796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=7
2014-10-09 10:52:23 +00:00
Stephan Kulow
f6a4e2e2ea Accepting request 243453 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/243453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=5
2014-08-05 11:00:16 +00:00
Stephan Kulow
ac52a6d205 Accepting request 237595 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/237595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=4
2014-06-17 09:23:06 +00:00
Stephan Kulow
6ecbf27e18 Accepting request 222292 from devel:languages:python
- Fix update-alternatives

- Update to version 1.6.2:
  + Prevented the base geometry object of a prepared geometry to be garbage
    collected, which could lead to crash Django (#21662).
  + Fixed a crash when executing the changepassword command when the user
    object representation contained non-ASCII characters (#21627).
  + The collectstatic command will raise an error rather than default to
    using the current working directory if STATIC_ROOT is not set. Combined
    with the --clear option, the previous behavior could wipe anything
    below the current working directory (#21581).
  + Fixed mail encoding on Python 3.3.3+ (#21093).
  + Fixed an issue where when settings.DATABASES['default']['AUTOCOMMIT'] = False,
    the connection wasn’t in autocommit mode but Django pretended it was.
  + Fixed a regression in multiple-table inheritance exclude() queries (#21787).
  + Added missing items to django.utils.timezone.__all__ (#21880).
  + Fixed a field misalignment issue with select_related() and model inheritance (#21413).
  + Fixed join promotion for negated AND conditions (#21748).
  + Oracle database introspection now works with boolean and float fields (#19884).
  + Fixed an issue where lazy objects weren’t actually marked as safe when
    passed through mark_safe() and could end up being double-escaped (#21882).

OBS-URL: https://build.opensuse.org/request/show/222292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=3
2014-02-26 05:55:11 +00:00
Stephan Kulow
3a687ba35e Accepting request 220835 from devel:languages:python
- Update to version 1.6.1:
  - Most bug fixes are minor; you can find a complete list in the Django 1.6.1
    release notes. (forwarded request 220826 from Nijel)

OBS-URL: https://build.opensuse.org/request/show/220835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=2
2014-02-04 18:57:17 +00:00
Stephan Kulow
fb84afef74 Accepting request 207554 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/207554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=1
2013-12-04 12:48:43 +00:00