jayfk / fundingoss.com

http://fundingoss.com
BSD 3-Clause "New" or "Revised" License
60 stars 15 forks source link

Update django-extensions to 1.7.0 #124

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

There's a new version of django-extensions available. You are currently using 1.6.1. I have updated it to 1.7.0

Changelog

1.7.0


The "Letting go of the past" release.

From this moment on Django Extensions requires version 1.8 or higher. A lot of work has been done to remove old backwards compatibility code and make sure that Django Extensions uses the current Django API's. This should result in better and easier to maintain code (and hopefully less bugs :).

This release touches a lot of code if you have any issues please report them at https://github.com/django-extensions/django-extensions/issues

We still need more tests to make sure we don't break people's projects when refactoring. If you have some spare time please contribute tests !

Changes:

  • Cleanup: removing backwards compatibility hacks for (now) unsupported versions of Django
  • Cleanup: use six instead of home grown functions
  • Fix: AutoSlugField, allow_duplicates didn't set slug value to model instance
  • Fix: MongoDB fields, verbose_name on mongoengine fields does not seem to be supported
  • Fix: MongoDB fields, fix relative import problem with json.py
  • Improvement: Start using pre-commit
  • Improvement: syncdata, Replace custom transaction logic with transaction.atomic
  • Improvement: Django 1.10, use from_db_value instead of models.SubfieldBase
  • Improvement: print_user_session, support for non standard user model
  • Improvement: widont, tests to work with py2 and py3
  • Improvement: runserver_plus, prevent 2nd reload of debugger on runserver_plus
  • Improvement: runserver_plus, prevent killing the server when request.META values are evaluated
  • Improvement: reset_db, add argument to make closing sessions optional
  • Improvement: print_settings, Fix positional arguments
  • Improvement: runscript, migrate to argparse and add_arguments
  • Improvement: graph_models, do not rely on .models_module for inclusion in output
  • Improvement: jsonfield, fix issues with mutable default
  • Docs: Convert readthedocs links for their .org -> .io migration

    1.6.7


Changes:

  • Fix: describe_form, fix No module named 'django.db.models.loading' error
  • Improvement: shell_plus, Add a setting to prefix all models in an application 887
  • Improvement: pipchecker, check for requirements-{dev,prod}.txt as well
  • Docs: pipchecker, update documentation

    1.6.6


Changes:

  • Fix: admin_generator, fix for using all apps in Django <1.7
  • Fix: dump_script, fix for using all apps in Django <1.7
  • Fix: UniqueFieldMixin, resolve get_fields_with_model deprecation Django 1.10
  • Fix: runprofileserver, Fix call grind format to enable source code navigation in qcachegrind.
  • Docs: runserver_plus, add a little note about the debugger PIN.

    1.6.5


Bumped version number since PyPi returns 500 errors while uploading packages :(

1.6.4


Changes:

  • Fix: jobs cache_cleanup, use caches instead of deprecated get_cache
  • Fix: ModificationDateTimeField, missing default value for update_modified
  • Fix: modelviz, use get_model_compat and look up missing app_label
  • Fix: modelviz, use get_models_for_app instead of get_models_compat
  • Fix: dumpscript, use list_app_labels instead of get_apps when no app_labels are given
  • Improvement: compat.py, move code from try to else block for Django 1.7+
  • Docstring: get_models_for_app, clearify argument

    1.6.3


Bumped version number for incomplete PyPi uplaod

1.6.2


The long over due release :-)

Changes:

  • Fix: JsonFields, do not parse floats as decimals. This fixes bugs that causes them to be returned as strings after multiple saves. Note that this can be backwards incompatible !
  • Fix: use add_arguments() instead of option_list (Django 1.10)
  • Fix: create_command, Django 1.9 fixes
  • Fix: create_jobs, Django 1.9 fixes
  • Fix: RandomCharField, when not unique get the first value from the generator
  • Fix: graph_models, render() must be called with a dict
  • Fix: graph_models, use force_bytes fixes command for Python 3
  • Fix: graph_models, fix django 1.6 compatibility for strings defined relation
  • Fix: graph_models, fix settings.GRAPH_MODELS breaking the command
  • Fix: graph_models, add support for lazy relationships
  • Fix: ForeignKeyAutocompleteAdmin, url_patterns is just a list (Django 1.9+)
  • Fix: ForeignKeySearchInput, use url reversing instead of hardcoded paths
  • Fix: find_template, Fix for Django 1.8+
  • Fix: admin_generator, incompatible "default" identifier raising TypeError
  • Improvement: show_urls, add json and pretty-json formatting
  • Improvement: runserver_plus, add support for whitenoise
  • Improvement: ModificationDateTimeField, add parameter to preserve timestamps on save
  • Improvement: runprofileserver, raise command error when hotspot is not available
  • Improvement: reset_db, better parsing of mysql cnf file
  • Improvement: restored coverage for Python 3.2
  • Improvement: pep8 fixes, remove unused shims & imports & commented code
  • Improvement: graph_models, JSON output
  • Improvement: graph_models, add wildcard filters
  • Docs: removed text on donations, the hope was that we could generate some funds to have more consistent development and outreach.
  • Docs: runserver_plus, added some documentation about LOGGING
  • Docs: runscript, update documentation to match Django tutorial for Django 1.8+
  • Docs: runprofileserver, add documentation on profiler choices
  • Docs: update_permissions, add basic documentation for command

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

codecov-io commented 7 years ago

Current coverage is 100% (diff: 100%)

Merging #124 into master will not change coverage

@@           master   #124   diff @@
====================================
  Files           9      9          
  Lines          96     96          
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
  Hits           96     96          
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last update 3c3c278...baed57a

pyup-bot commented 7 years ago

Closing this in favor of #125