Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/django-extensions/django-extensions

This is a repository for collecting global custom management extensions for the Django Framework.
https://github.com/django-extensions/django-extensions

update changelog

7518474cf3d266f0a035517599144add434caa0f authored over 6 years ago
update changelog

c9f344400da78663140f03535e118d1b658e8a89 authored over 6 years ago
bumped version number

5540809157544f2042cc2043c345bb576cd0e82f authored over 6 years ago
remove Django 1.8 and add Python 3.7 support in tox

b52384367be87f3e4dd8ed9bff90e32e0793857e authored over 6 years ago
Merge pull request #1218 from dotlambda/patch-1

Add Werkzeug to tests_require

2b3cad072466c73b213082af0281b524a03b760c authored over 6 years ago
Add Werkzeug to tests_require

d614fc675848e72814920ebac8452871d36dc948 authored over 6 years ago
use transaction.atomic only

ffbda59286fb40c91dd3a7cc1c5b60fae0ac3a8d authored over 6 years ago
Merge pull request #1217 from cloudsmith-io/bugfix-slug-copy

Fix autoslug generation when existing model is copied

feb23017c62c85e48c2cfb8d5308b2d097c736b6 authored over 6 years ago
Fix autoslug generation when existing model is copied

3eaa21c694a45e8d5f427ccb1c124dfaa4b67b1c authored over 6 years ago
Merge pull request #1216 from AndrewGrossman/master

Added --nopin option to runserver_plus docs

b1a8efd61c9aab8366b8e50df67d0c41229b9599 authored over 6 years ago
Added --nopin option to runserver_plus docs

2beb086543583cb09ca7c2ac4da07d5a69ac7fcb authored over 6 years ago
Merge pull request #1214 from EnTeQuAk/fix-no-utf8

Fix default utf8 support in reset_db.

5530081e1d5f60752ff49cb21fe8e22b8c01bd85 authored over 6 years ago
Fix default utf8 support in reset_db.

The behavior was previously reversed which got introduced in 0791541788798247971a652c55a955304bd...

4bd86a27c1dccae3e8a93938cfc52d4256554210 authored over 6 years ago
restructure if statement, so its easier in the future to remove this once python2 is unsupported

e8402ee6ecc8610d44f9a99a324b90498e151a08 authored over 6 years ago
add brackets to avoid else not printing the prefix

b074487dce6c7f240bdc382b42dfea094ddf7533 authored over 6 years ago
Merge pull request #1211 from igorcc/master

Fix for issue #1210 ("notes" command raises exception on utf-8 content)

2744ddf02e37a2c4650989cde01b1acdc28672ff authored over 6 years ago
Fix for issue #1210 ("notes" command raises exception on utf-8 content)

343abc1be2382543d40ab70394d1eda5a9f94074 authored over 6 years ago
Fix for issue #1210 ("notes" command raises exception on utf-8 content)

be811e61383a7c22a9ae25262ed07d43631846f1 authored over 6 years ago
Fix for issue #1210 ("notes" command raises exception on utf-8 content)

6a7feabaed826e97ba42a5b9655c9fb7c5eb091b authored over 6 years ago
Merge pull request #1209 from michael-k/patch-1

Treat dev versions as unstable in pipchecker

e0b6a3dfb26f130dfb187f81745093d256b5f970 authored over 6 years ago
Treat dev versions as unstable in pipchecker

Eg. https://pypi.org/project/django-filter/2.0.0.dev1/

fb414eff931dd8d6f16252abff8d0a0579f9a7e3 authored over 6 years ago
Depreciation of ForeignKeyAutocompleteAdmin please use Django 2.0 native odelAdmin.autocomplete_fields instead

6c25cb2c186cbaecfcb9fbee5b2b262ec71eb3ae authored over 6 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
Update function description

2b57d7f255ca89c57cfe17ca45ff42944f59e2f7 authored over 6 years ago
security and compatibility warning on *ForeignKeyAutocompleteAdmin*

1983256c1741cf31228ba94e5a5f8b5c5a97b547 authored over 6 years ago
Merge pull request #1208 from goetzk/patch-1

Update function description

825ae510a81318099687880b104ab7be0f633067 authored over 6 years ago
Update function description

extract_views_from_urlpatterns returns a three tuple but the docstring claimed it was a two tuple.

1e726b43fbb56a70d03b3d541d8ad7eaa0d7e5e7 authored over 6 years ago
Replace remote_field.to with remote_field.remote_model

ea680debee894474a5cd16fbbfaabfe72ada6c2d authored over 6 years ago
use type instead of Type fixes #1188

e0e1f5f5d804061ae90d0caea6acabbb14d7fe02 authored over 6 years ago
for now add pypy-dj111 to ignore list since it fails often without good reason

c697b1dd29cf3e1689d5f9aa101e51a8c8c8db32 authored over 6 years ago
Merge pull request #1203 from RegioHelden/master

add --all option and tests to clear_cache mgmt cmd

c55adc296ab9141406afdb251778acac382d9b86 authored over 6 years ago
fix for mypy 0.600

a0ace51a89c8e2483105c75a6b8d776bc33a4b34 authored over 6 years ago
update to pypy 5.10.0 (hopefully fixes reoccuring issues with pypy-dj111)

52f06242273cbc6aaa06688e930110a73490c510 authored over 6 years ago
add tests for clear_cache

eeb7ec421c896b899b704ffeea016d93fdf2c3e3 authored over 6 years ago
clear_cache: add --all option

0ccd09d4851ce9ae7a0b29d8888e6ac02cc560ce authored over 6 years ago
backport macos fix for tab completion

36a8c5a43c6d2980aeb2b7393538e4c2e3bbd623 authored almost 7 years ago
remove the workaround for bug in python before 2.7.9 with exec(...) statement. this makes us use exactly the same code as is used by Django itself on all the versions we support

50a0e4ccd88be5186bc3282307e7e51169865d79 authored almost 7 years ago
when in test mode, reraise error

afc21e5bfe559f9b2fae6f3d1417cd1f2fbc0a26 authored almost 7 years ago
Merge pull request #1200 from tbz-pariv/add_missing_types

add DurationField and SearchVectorField

907f51688e4acf75fd31dc5ae3ab294310fa0971 authored almost 7 years ago
add some tests for shell_plus for loading pythonrc and importing of objects

c74cd37125db3aef322b7ba840b9bbbb587b74bb authored almost 7 years ago
add DurationField and SearchVectorField

1469c0287b3aa4c6b13d7749484396a5dfadfe9d authored almost 7 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
Fix missing special markers `::`...

9a0283d19471ca7af7007266fb41cc8b2fd4c60e authored almost 7 years ago
added simple test for shell_plus to check that startup before interactive mode works with --plain

04d69e083fb427b19e0fa4132c546e45b3083b75 authored almost 7 years ago
refactor reading pythonrc file outside of exec(compile(...))

dcfca18bd611698b3725ef2f4c98ab845368b973 authored almost 7 years ago
Merge pull request #1198 from myii/patch-1

Fix missing special markers `::` in runserver_plus.rst

0cc3f17f773c07829fcffc877395e7e0cc2f3cde authored almost 7 years ago
Fix missing special markers `::` in runserver_plus.rst

* Consistent with the rest of the document
* Without this, `--reloader-interval 5` is rendered ...

e719b705d02ec81981409360faf12f6ca58c67b7 authored almost 7 years ago
trying to create more abilities to test sqldiff

61586ce4c5af238560cd2b5fb83b92d96d5d7a6d authored almost 7 years ago
update sqldiff test to include all options from command parser

b3d585553da5f7bad9f616e39a35319eb321eca5 authored almost 7 years ago
Cleanup management commands options after argparse migration #916

63c027cb1617bf7611c09b5a0bf20e9058c5ddfc authored almost 7 years ago
bumped version number

237162590f1e3c2e79a51b6048e806970f82fcd1 authored almost 7 years ago
v2.0.7

3e0ad4098da9da5c4aa77dd2d8e80b1e0342bd8f authored almost 7 years ago
remove whitespace

f784ad433e516c69a3aa2f749328ba8410bb3a0a authored almost 7 years ago
Merge pull request #1196 from picturedots/patch-2

fix for #1195 -- pip 10.0.0 compatibility

8b4518d51c9115fad015d3bf12a8df47b0e61c6a authored almost 7 years ago
fix for #1195 -- pip 10.0.0 compatibility

4a44a75d3f66e205f68415d8801997d972de35be authored almost 7 years ago
Merge pull request #1193 from mxlian/patch-1

Fix deprecated link

8b6ed70cd84365b3860cf3f662ae5ef243546398 authored almost 7 years ago
Fix depracted link

Link for graphviz documentation updated

007d2d03f29f3a56956b61ef35749ccf4c749386 authored almost 7 years ago
Merge pull request #1192 from wm3ndez/master

Replace removed `rel` object with `remote_field`

44868a47a7393cd298db7375bf61942e70d24f25 authored almost 7 years ago
Add Django 1.8 compatibility when accessing field.remote_field

2d6eabafbc0536c0934de7399f2e1771a91977c0 authored almost 7 years ago
Replace remote_field.to with remote_field.remote_model

d405967efa17e0aef974a3db9214ced1f7f0d846 authored almost 7 years ago
Replace removed `rel` object by `remote_field`

Field.rel was removed in Django 1.9:
https://docs.djangoproject.com/en/1.9/releases/1.9/#field-r...

c5e9bf9d9714bd51a115d6a4f400520d6320e967 authored almost 7 years ago
Merge pull request #1191 from xavfernandez/use_introspection_module

Use introspection module

d9a5c9d86849378423a46d0fa8ecfc215b6d4224 authored almost 7 years ago
sqldiff: improve support of GIS fields by using Django introspection

bfbb593ff7e60686dda46b695798b1f7ea71a9f3 authored almost 7 years ago
sqldiff: drop (really)retro-compatible code

connection.introspection and connection.introspection.django_table_names
were already there in D...

988ecb286f7e27efe94d3a6f723259c63ee972a6 authored almost 7 years ago
Merge pull request #1189 from gabomgp/patch-1

FIX bug in windows when PYTHONPATH is defined

2f70f40e9ae709a1671f82e7e3736ce956e01899 authored almost 7 years ago
FIX bug in windows when PYTHONPATH is defined

FIX bug in windows when PYTHONPATH is defined and not empty. When working with a django project ...

c1deb74214db6189132c84f2e821c3031af4cdda authored almost 7 years ago
add .pytest_cache to gitignore

df1c132c73be57d5bab0e2c68e68b7eb28f2dd63 authored almost 7 years ago
update to search all the TEMPLATES configurations

fc1a9b7870f4d7e789c3968df6ddda698a7c4d62 authored almost 7 years ago
add notes test

07351f70598cfeb99736cd91ef0765787d8bbe84 authored almost 7 years ago
Merge pull request #1171 from cloudsmith-io/feature-autoslug-func

Add function support to AutoSlugField populate_from

3410f6a819a2ac9373d0387ca62c3255260a5e18 authored almost 7 years ago
Merge pull request #1186 from vesterbaek/feature/fix-print-sql

Fix print-sql: call execute on CursorWrapper instead of directly

9f7e75a455f30d771585f17c5d6b255bcba60944 authored almost 7 years ago
Spelling correction

7ee76454bf7f4c496e0054bbb8f09e920de57412 authored almost 7 years ago
Call execute on CursorWrapper instead of directly on cursor to ensure wrappers are run

c2380bf5c7722505a0be42cddc715cd60df68971 authored almost 7 years ago
bump version number

5b95d2ca41d58ffdfae2f3a5f7b11e603e86f918 authored almost 7 years ago
v2.0.6

51c6e258c0134b462b99b9ac114120bf4c49fe80 authored almost 7 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
Docs should show that django 2.0...

8d05aec5c4be1f1b4f78f53ebf7e9b9fa0afde57 authored almost 7 years ago
Merge pull request #1181 from domandinho/domandinho_issue#1167

Fix of deprecation warning in collision resolvers.

b6f61e18910c15f83b4a70f3c8a7a6e86c0b8d3f authored almost 7 years ago
v2.0.5

6166dcb47843adab51134c60932ed37f640a7fa5 authored almost 7 years ago
Merge pull request #1182 from haakenlid/patch-1

Docs should show that django 2.0 is supported

0c4a3587938670cab3d887e7b66068c0bd23dd1a authored almost 7 years ago
Docs should show that django 2.0 is supported

b13a4ef59220c69371ba88cd84809f6935c51427 authored almost 7 years ago
use PEP 508 when setuptools is version 36 or higher

2ec9e5e76c7973390bd105b0d285a04f503757b5 authored almost 7 years ago
bump version number

df45fe87a1a5d81c2dceea0c9502cda13b8ee0e6 authored almost 7 years ago
Fix of deprecation warning in collision resolvers.

5996baf070d10df8a3dd2eb4f93df7fbaf232583 authored almost 7 years ago
v2.0.4

3465c5cbd821a8960e7d6c0bb43e625a36be8e58 authored almost 7 years ago
ticket #1168 and #1176 fix installation of typing in python < 3.5

2f37921b2b5b970352cedd9b46fbc80e8e76a077 authored almost 7 years ago
bumped version number

92dc1385b871607ab300072051e9c5531a494b8d authored almost 7 years ago
v2.0.3

abc287ec26f2e45a164b0d393b979a9d20ed3e3d authored almost 7 years ago
Merge pull request #1175 from Azd325/Azd325-patch-1

Update shell_plus.py

e6b23bb6ebcd233b8e15f247f23ce4f2d90efb69 authored almost 7 years ago
Merge pull request #1178 from dsanders11/patch-2

Fix CHANGELOG formatting

f723ab6ddeaebccab8da098504f211f2d6acfa38 authored almost 7 years ago
Fix CHANGELOG formatting

d20323cf3dc2a79e1dc072ee1d3326896e2a0d8a authored almost 7 years ago
Update shell_plus.py

Fix TypeError: super() takes at least 1 argument (0 given)

7eb60581a5ca9c4c85e2b51e9019c79ab915d80a authored almost 7 years ago
bumped version number

300e46a5426dbdd1d34fbe3f8fa9bfd2d0790052 authored almost 7 years ago
v2.0.2

b785c423b17f18858e4804309a50e2a49c743b30 authored almost 7 years ago
add --include-defaults option

6026fd3f05ddefc85444bac9a8f5db5dda75afc9 authored almost 7 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
Include default value in missing...

ec171b0e02adf1a6134f353fa7a670a217bf75da authored almost 7 years ago
Merge pull request #1064 from dsanders11/patch-1

Include default value in missing field for sqldiff

044d962e4970e068e75c4f312351f2f42dcdef4c authored almost 7 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
Issue #1173: Fix ImportError on ...

e68f4e7baff2071425a24e93b8d1c706e35e31b4 authored almost 7 years ago
bumped version number

5fe6fe7996b85d135f8254dcae37344f7097b856 authored almost 7 years ago
v2.0.1

d5cbdee644a68d642e7c5e9af1de1d3ec156b4e5 authored almost 7 years ago
update changelog

b25fefd71021729be84af648a0ec1adf24c85470 authored almost 7 years ago
Merge pull request #1174 from gh640/1173-add_generate_password_command

Issue #1173: Add new `generate_password` command.

b2357d9346192c72e13b7cd88bf668d3fe67313d authored almost 7 years ago
Issue #1173: Fix ImportError on generate_password command with django 1.8.

8b00fc655a7e7dc9900ee35b37597b6af94cf07d authored almost 7 years ago