SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-django-extensions-1.7.5-1.14.noarch.rpm :
Mon Dec 12 13:00:00 2016 arunAATTgmx.de
- update to version 1.7.5:

* New: ForeignKeyAutocompleteAdmin, Add autocomplete for inline
model admins

* Improvement: graph_models, Rewrite modelviz module from method to
class based processor

* Improvement: db fields, make MAX_UNIQUE_QUERY_ATTEMPTS
configurable per field and via settings

* Improvement: runserver_plus, Added nopin option to disable pin

* Fix: graph_models, Support PyDot 1.2.0 and higher

* Fix: shell_plus, Fix that aliases from SHELL_PLUS_MODEL_ALIASES
were not applied

* Removed: validate_templatetags, remove support for pre django-1.5
style {% url %} tags

* Cleanup: removing support for end-of-life Python 3.2

* Docs: simplify installation instructions

* Docs: fix example for NOTEBOOK_ARGUMENTS

* Docs: Remove extraneous \'}\' characters from shell_plus docs

Sat Sep 10 14:00:00 2016 arunAATTgmx.de
- update to version 1.7.4:

* Improvement: show_urls, support --no-color option

* Fix: notes, Fix reading templates setting after django 1.8

* Fix: create_app, Fixed typo in deprecation warning

* Fix: shell_plus, Use new location for url reverse import

* Docs: some commands where missing from the docs

* Docs: runscript, added documentation for --traceback
- changes from version 1.7.3:

* Fix: ForeignKeySearchInput, fix bug with constructing search_path
urls

* Docs: runscript, fix runscript example

* Deprecation: JSONField, Django now includes JSONField our field is
now deprecated
- changes from version 1.7.2:

* Fix: passwd, Update passwd command up to Django>=1.8

* Improvement: shell_plus, add settings.SHELL_PLUS_PRINT_SQL config
option

* Improvement: shell_plus, allow to specifies the connection file to
use if using the --kernel option
- changes from version 1.7.1:

* Fix: sqldiff, fix optional app_label arguments

* Fix: runscript, remove args from command class

* Doc: runscript, remove = from --script-args example
- changes from version 1.7.0:

* 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

Sat May 28 14:00:00 2016 arunAATTgmx.de
- specfile:

* update copyright year
- update to version 1.6.7:

* 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
- changes from version 1.6.6:

* 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.
- changes from version 1.6.5:

* Bumped version number since PyPi returns 500 errors while
uploading packages :(
- changes from version 1.6.4:

* 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
- changes from version 1.6.3:

* Bumped version number for incomplete PyPi uplaod
- changes from version 1.6.2:

* 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

Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:

* updated source url to files.pythonhosted.org

Tue Dec 15 13:00:00 2015 arunAATTgmx.de
- update to version 1.6.1:

* Revert: JSONField, revert Django 1.9 fix as it breaks the field
(ticket #781)

Sun Dec 13 13:00:00 2015 arunAATTgmx.de
- update to version 1.6.0:

* Fix: Django 1.9 compatibility

* New: runserver_plus, add --startup-messages to control when to
show them

* New: added support for Python 3.5

* Improvement: show_template_tags, renamed from show_templatetags
for consistancy

* Removed: jquery library (after dropping support for Django 1.5)

Thu Nov 5 13:00:00 2015 arunAATTgmx.de
- update to version 1.5.9:

* Fix: wheel still had the old migrations directory in the package
- changes from version 1.5.8:

* Fix: migrations, fix BadMigrationError with Django 1.8+

* Fix: reset_db, Django 1.8+ compatibility fix

* Fix: runserver_plus, fix signature of null_technical_500_response
for Django 1.8+

* Fix: graph_models, use force_bytes instead of .decode(\'utf8\')

* Improvement: print_settings, add format option to only print
values

* Improvement: print_esttings, add format option for simple key =
value text output

* Improvement: email_export, documentation updates

* Improvement: shell_plus, auto load conditional db expressions Case
and When

Tue Oct 20 14:00:00 2015 arunAATTgmx.de
- update to version 1.5.7:

* Fix: CreationDateTimeField, migration error

* Fix: ModificationDateTimeField, migration error

* Fix: shell_plus, options is not always in db config dictionary

* Fix: admin filters, contrib.admin.util fallback code

* Fix: graph_models, currectly support parsing lists for cli options

* Improvement: sqldsn, support postfix

* Improvement: utils, remove get_project_root function
- changes from version 1.5.6:

* New: RandomCharField, prepopulates random character string

* New: (Not)NullFieldListFilter, filters for admin

* New: runserver_plus, integrate with django-pdb

* New: runserver_plus, add check_migrations from Django

* Improvement: show_urls, nested namespace support

* Improvement: show_urls, allow to specify alternative urlconf

* Improvement: show_urls, support i18n_patterns

* Improvement: show_urls, use --language to filter on a particular
language

* Improvement: admin_generator, added docstrings to module

* Improvement: shell_plus, allow cli arguments to be passed to
ipython

* Improvement: shell_plus, fixed PYTHONPATH bug when using
django-admin shell_plus --notebook

* Improvement: shell_plus, set application_name on PostgreSQL
databases

* Improvement: shell_plus, load user pypython config file

* Improvement: CreationDateTimeField, use auto_now_add instead of
default ModificationDateTimeField

* Improvement: ModificationDateTimeField, use auto_now instead of
pre_save method

* Improvement: ForeignKeyAutocompleteAdmin, added ability to filter
autocomplete query

* Fix: shell_plus, support for pypython>=0.27

* Fix: shell_plus, load apps and models directly through the apps
interface when available

* Fix: shell_plus, use ipython start_ipython instead of embed

* Fix: shell_plus, fix swalling ImportErrors with IPython 3 and
higher

* Fix: dumpscript, fix missing imports in dumped script

* Fix: admin_generator, fix issues with Django 1.9

* Fix: template tags, move exception for import failure to inside of
the template tags

* Fix: reset_db, fix for Django 1.9

* Fix: runserver_plus, fix for Django 1.9

Sun May 24 14:00:00 2015 arunAATTgmx.de
- update to version 1.5.5:

* Fix: sqldiff, previous Django 1.8 fix was slightly broken
- changes from version 1.5.4:

* Improvement: syncdata, add skip-remove option

* Improvement: logging, report how often mail was ratelimited

* Fix: admin, Django 1.8 compatibility module_name is now called
model_name

* Fix: notes, Python 3.x fix force output of filter into list

* Fix: sqldiff, fix for Django 1.8

Sat May 9 14:00:00 2015 arunAATTgmx.de
- update to version 1.5.3:

* New: ratelimiter, a simple ratelimiter filter for Python logging

* Fix: various improvements for Django 1.8

* Fix: sync_s3, use os.walk instead of os.path.walk (py3 fix)

* Improvement: pipchecker, use name instead of url_name to fix
casing mismatches

* Improvement: pipchecker, use https

* Improvement: pipchecker, fix issues with new(er) pip versions

* Docs: fixed a few typos

* Docs: added documentation about NOTEBOOK_ARGUMENTS settings

Wed Mar 25 13:00:00 2015 arunAATTgmx.de
- update to version 1.5.2:

* New: sqldsn, prints Data Source Name for defined database(s)

* Fix: graph_models, Django 1.8 support

* Fix: highlighting tag, fix usage of is_safe

* Fix: runscript, fix for runscript with AppConfig apps

* Fix: sqldiff, KeyError when index is missing in database

* Fix: sqldiff, multi column indexes was also counted as a single
colomn index

* Improvements: JSONField, Added try/catch for importing
json/simplejson for Django 1.7

Tue Mar 10 13:00:00 2015 arunAATTgmx.de
- update to version 1.5.1:

* New: runserver_plus, add support for --extra-files parameter

* Fix: Django 1.7 defined MIDDLEWARE_CLASSES for tests

* Fix: shell_plus, problem when auto-loading modules with empty
\'module\' property

* Improvement: shell_plus, IPython 3.x support for notebooks

* Improvement: tests, move to py.test and lots of other improvements

* Improvement: create_app, add migrations folder

* Improvement: tox.ini, refactored to be more DRY

* Improvement: runserver_plus, also reload on changes to translation
files

* Improvement: runserver_plus, add reloader_interval support

* Improvement: create_template_tags, removed unusued command line
option

* Docs: print_user_for_session, add note about SESSION_ENGINE

* Docs: runserver_plus, added section about IO calls and CPU usage

Sat Jan 31 13:00:00 2015 arunAATTgmx.de
- specfile: update copyright year
- update to version 1.5.0:

* Fix: various fixes for Django 1.8

* Improvement: shell_plus, autodetect vi mode by looking at $EDITOR
shell env setting

* Improvement: shell_plus, print which shell is being used at
verbosity > 1

* Improvement: shell_plus, added --no-browser option for IPython
notebooks

* Improvement: tox.ini, updated to latest Django versions

* Docs: add reference to JSONField in documentation

* Docs: fixed various typo\'s and links in docs and changelog

* Docs: added some basic use cases to README

* Docs: added information for companies or people wanting to donate
towards the project

* Fix: graphmodels, fix for python3

* Fix: dumpscript, fix check for missing import_helper module in
Python 3

* Fix: runprofileserver, explicitly close file to avoid error on
windows

* Fix: json field, migration issues when adding new JSONField to
existing model

* Fix: runjobs, fix python3 issues

Thu Dec 18 13:00:00 2014 arunAATTgmx.de
- update to version 1.4.9:

* New: drop_test_database, drops the test database

* New: command_signals, git commit -a -m \'bumped version number\' (see docs)

* Bugfix: runserver_plus, removed empty lines when logging on Python 3

Thu Dec 11 13:00:00 2014 arunAATTgmx.de
- specfile: update copyright year
- update to version 1.4.8:

* Bugfix: validators, fix NoWhitespaceValidator __eq__ check
- changes from version 1.4.7:

* New: validators.py, NoControlCharactersValidator and NoWhitespaceValidator

* New: EmailNotificationCommand class, email exceptions from Django Commands

* Improvement: runserver_plus, enable threading by default and added --nothreading

* Improvement: runscript, better detection when import error occured in script

* Improvement: runscript, use EmailNotificationCommand class

* Deprecation: deprecated UUIDField since Django 1.8 will have a native version.

* Removed: completely remove support for automatically finding project root.
- changes from version 1.4.6:

* Improvement: sqldiff, fix for dbcolumn not used in few places when generating the sqldiff

* Fix: sqldiff, backwards compatiblity fix for Django 1.4

* Fix: ForeignKey Field, handling of __str__ instead of __unicode__ in python3
- changes from version 1.4.5:

* New: clear_cache, Clear django cache, useful when testing or deploying

* Improvement: AutoSlugField, add the possibility to define a custom slugify function

* Improvement: shell_plus --notebook, add a big warning when the notebook extension is not going to be loaded

* Improvement: setup.py, add pypy classifier

* Improvement: readme, add pypy badges

* Fix: admin_generator, Fixed Python 3 __unicode__/__str__ compatibility
- changes from version 1.4.4:

* Fix: admin_geneartor, fix ImproperlyConfigured exception on Django 1.7

* Improvement: Remove \"requires_model_validation\" and \"requires_system_checks\" in commands which set the default value
- changes from version 1.4.1:

* New: shell_plus, Added python-prompt-toolkit integration for shell_plus

* New: shell_plus, Added --ptipython (PYPython + IPython)

* Improvement: reset_db, output traceback to easy debugging in case of error

* Improvement: dumpscript, add --autofield to dumpscript to include autofields in export

* Improvement: show_urls, Include namespace in URL name

* Improvement: show_urls, Allow multiple decorators on the show_urls command

* Improvement: runscript, show script errors with verbosity > 1

* Fix: jobs, daily_cleanup job use clearsessions for Django 1.5 and later

* Fix: shell_plus, refactored importing and selecting shells to avoid poluted exception

* Fix: shell_plus, Fix model loading for sentry
- changes from version 1.4.0:

* New admin_generator, can generate a admin.py file from models

* Improvement: sqldiff, use the same exit codes as diff uses

* Improvement: sqldiff, add support for unsigned numeric fields

* Improvement: sqldiff, add NOT NULL support for MySQL

* Improvement: sqldiff, add proper AUTO_INCREMENT support for MySQL

* Improvement: sqldiff, detect tables for which no model exists

* Improvement: travis.yml, add pypy to tests

* Fix: sqldiff, fix for mysql misreported field lengths

* Fix: sqldiff, in PG custom int primary keys would be mistaking for serial

* Fix: sqldiff, use Django 1.7 db_parameters() for detect check constraints

* Fix: update_permissions, Django 1.7 support

* Fix: encrypted fields, fix for Django 1.7 migrations
- changes from version 1.3.11:

* Improvement: sqldiff, show differences for not managed tables

* Improvement: show_urls -f aligned, 3 spaces between columns

* Improvement: reset_db, support mysql options files in reset_db

* Fix: sqldiff, Fixed bug with --output_text option and notnull-differ text

* Fix: reset_db, Fix for PostgreSQL databases with dashes, dots, etc in the name

* Fix: dumpscript, AttributeError for datefields that are None

* Docs: Adding RUNSERVERPLUS_SERVER_ADDRESS_PORT to docs
- changes from version 1.3.10:

* Fix: show_urls, fix bug in new formatter when column is empty
- changes from version 1.3.9:

* Feature: shell_plus, add --kernel option to start as standalone IPython kernel

* Feature: reset_db, Programatically determine PostGIS template

* Feature: sqldiff, add support for PointField and MultiPolygonField

* Test: renamed test app

* Fix: runserver_plus, --print-sql for Django 1.7

* Fix: shell_plus, --print-sql for Django 1.7

* Fix: show_urls, add support for functions that use functools.partial

* Fix: show_urls, add formatter for aligned output (will most likely become future default)

* Fix: shell_plus / notebook, support for Django 1.7

* Docs: various fixes and improvements

* Cleanup: Remove work arounds for Django 0.96 and earlier
- changes from version 1.3.8:

* Feature: show_urls, add option to specify dense or verbose output format

* Improvement: better support for django 1.7 migrations

* Improvement: better support for django\'s admin docs

* BugFix: runjob, job_name and app_name was swapped in error message

* Docs: Update link to chinese docs

* Python3: unreferenced_files, fix python3 compatibility

* Python3: pipchecker, fix python3 compatibility
- changes from version 1.3.7:

* Reinstated: clean_pyc and compile_pyc commands, these now depends on BASE_DIR
in settings.py as per Django 1.6. We urge everybody to include a
BASE_DIR settings in their project file! auto-detecting the
project-root is now deprecated and will be removed in 1.4.0.

* I18N: Added russian locale

* Docs: runscript, Add section about passing arguments to scripts

* Python3: show_url, Fixed to AttributeError \'func_globals\'

* Deprecated: clean_pyc, compile_pyc, Auto-detecting project root
- changes from version 1.3.6:

* Additional version bump because we mistakenly already uploaded
version 1.3.5 of the wheel package with the code of 1.3.4
- changes from version 1.3.5:

* Feature: Django-Extensions is now also distributed as a Wheel package

* Improvement: dumpscript, improved the readability of comments in generated script

* Improvement: sqldiff, backported get_constraints() for PostgreSQL

* Improvement: shell_plus, consistent colorization

* BugFix: encrypted fields, there is no decoding to unicode in Python 3

* BugFix: shell_plus, importing modules failed in some edge cases

* Django 1.7: included Django 1.7 in test suite

* Python 3.4: included Python 3.4 in test suite
- changes from version 1.3.4:

* Feature: Start maintaining a CHANGELOG file in the repository

* Feature: ActivatorModelManager now has an ActivatorQuerySet

* Feature: Add a deconstruct() method for future Django 1.7 migration compatibility

* Feature: show_urls, now support --language for i18n_patterns

* Feature: show_urls, now shows the decoraters set on a view function

* Feature: graph_models, now support --include-models to restrict the graph to specified models

* Feature: print_settings, allow to specify the settings you want to see

* Improvement: graph_models, use \'//\' instead of \'#\' as comment character in dot files

* Improvement: graph_models, added error message for abstract models without explicit relations

* Improvement: JSONField, use python\'s buildin json support by default with fallback on django.utils.simplejson

* Improvement: PostgreSQLUUIDField, parse value into UUID type before sending it to the database

* Improvement: Use django.JQuery in autocomplete.js if available

* Improvement: use \"a not in b\" instead of \"not a in b\" in the entire codebase

* Removed: clean_pyc command since it does not work correctly in many cases

* Removed: sync_media_s3 command in favor of sync_s3

* BugFix: syncdata, use pk instead of id for identifying primary key of objects

* BugFix: sync_s3, use safer content type per default

* BugFix: export_emails, filtering on groups

* BugFix: print_user_for_session, use USERNAME_FIELD if defined

* BugFix: update_permission, fixed TypeError issue

* BugFix: JSONField, do not coerse a json string into a python list

* BugFix: import json issue by using absolute imports

* BugFix: add minimal version number to six (>=1.2)

* Docs: graph_models, Added some documentation about using dot templates

* Docs: reset_db, short description on SQL DDL used

* Docs: Added specific list of supported Python and Django versions

* Docs: Add link to GoDjango screencast

* Docs: Add ShortUUIDField to docs

* Python3: fixes to graph_models and export_emails for Python3 compatibility
- changes from version 1.3.3:

* Docs: Made it clearer that Django Extensions requires Django 1.4 or higher

* Translations: FR Updated

* Python3: Fix for shell_plus
- changes from version 1.3.0:

* Feature: SQLDiff much better notnull detection

* Feature: reset_db add option to explicit set the PostGreSQL owner of the newly created DB

* Feature: shell_plus added support for MongoEngine

* Feature: sync_s3 enable syncing to other cloud providers compatible with s3

* Improvement: ForeignKeyAutocompleteAdmin add option to limit queryset

* BugFix: graph_models fix issue with models without primary key

* BugFix: graph_models fix UnicodeDecodeError using
*-verbose-names

* BugFix: dumpscript fix problems with date/datetimes by saving them now as ISO8601

* Docs: many improvements

* Docs: Chinese translation !!!

* Python3: various improvements

* Tests: add Django 1.6

Fri Sep 27 14:00:00 2013 p.drouandAATTgmail.com
- Initial python3 support

Fri Sep 27 14:00:00 2013 p.drouandAATTgmail.com
- Update to version 1.2.2
+ No changelog available
- Use download url as source
- Copy documentation from tarball

Sun Jan 27 13:00:00 2013 alexandreAATTexatati.com.br
- Update to 1.0.3:
- Sorry, no changelog atm.

Mon Dec 17 13:00:00 2012 alexandreAATTexatati.com.br
- Update to 1.0.2:
- Sorry, no changelog atm.

Thu Nov 8 13:00:00 2012 alexandreAATTexatati.com.br
- Update to 1.0.1:
- Sorry, no changelog atm.

Mon Oct 22 14:00:00 2012 alexandreAATTexatati.com.br
- Update to 1.0.0:
- Sorry, no changelog atm.

Fri Jun 8 14:00:00 2012 alexandreAATTexatati.com.br
- Update to 0.9:
- Sorry, no changelog atm.

Mon Feb 27 13:00:00 2012 alexandreAATTexatati.com.br
- Update to 0.8:
- Sorry, no changelog atm.

Mon Oct 17 14:00:00 2011 alexandreAATTexatati.com.br
- Update to 0.7.1:
- Sorry, no changelog atm.
- Regenerate spec file with py2pack;
- Bzip2 source code.

Fri Apr 23 14:00:00 2010 alexandreAATTexatati.com.br
- Update to 0.5;
- Spec file cleaned with spec-cleaner;
- Building as noarch for openSUSE >= 11.2;
- Fixed Author, Description, Summary and URL tags in spec file.


 
ICM