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

Fix deprecation warning on JSONField and EncryptedTextField

fix this warning: "RemovedInDjango30Warning: Remove the context parameter from JSONField.from_db...

e2ece9ec7590cbb6154847bdb3c00ded124e28a5 authored over 6 years ago
Removed trailing whitespace in commend_extensions.rst

a1930db5974b5726c8ec0fcf898fccc50801ad34 authored over 6 years ago
fix for W504 line break after binary operator

220d909f8de34cab47a90ada3cfc623cb44ebb11 authored over 6 years ago
fix W605 invalid escape sequence

acda31e6ed78456ea855e4180f66e04b12cc9c5d authored over 6 years ago
add max-line-length to setup.cfg

d690bb5aa89489e8111e2290ba66e52d7e7e21ff authored over 6 years ago
Re-added single newline at end of file

5606e2dd51cb874c8ccf9a7793b386dba3834ccb authored over 6 years ago
Removed trailing whitespace

8360967e01649a7ae5572176ac2a9fc73614ae2b authored over 6 years ago
Fixed formatting per PEP8

906918a88c8d685d9afbbe7600624ae1c1b3fb20 authored over 6 years ago
A simple command to list out all fields for installed apps

Particularly helpful when you need to use related fields, but don't remember how to refer to the...

88e50dc3919e0c6d6fe929d616ffa23632a4376b authored over 6 years ago
Merge pull request #1259 from jonemo/1204-models-graph-outputs

Improved output options for graph_models command

4bafa82da9d58d4cd447226f20a5ff0615802e8e authored over 6 years ago
support uppercase file extensions

339898bcb65a5205de26db4f633336669b33eee3 authored over 6 years ago
expand test coverage for graph_models command

114adb8ccf207657fc1be4410d7a3aa51ad53643 authored over 6 years ago
add --dot option, collect output options at top, clarify help texts

762eb4689b9703b41118c832d521af3582f69bcf authored over 6 years ago
Clarify docstring

67aa11931178430aba50a76169cea2178f572022 authored over 6 years ago
Merge pull request #1258 from tino/patch-1

Drop pyparsing version in documentation as it breaks on py3

1b54bdfdd87d8eb738c66a95bb8f88cbb1aa9b80 authored over 6 years ago
Drop pyparsing version as it breaks on py3

Using without a version makes it work on py3

22ccf799a582c0c43ad3dbb451935a0ab5c5e3e1 authored over 6 years ago
update travis to pypy3.5-5.10.1

d6a44f83dd1f9591e0257820f102855558d20d4b authored over 6 years ago
remove unittest that fails for django master and seems somewhat useless

55bab50f295526b42592bf592253829177107655 authored over 6 years ago
remove old style MIDDLEWARE_CLASSES settings

93d04ede9d85043ed2e51cbd2dafc0e348276036 authored over 6 years ago
bumped version number

60c653ae08d741fbb15214a894ad1f06b9cafd32 authored over 6 years ago
v2.1.3

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

* 'master' of github.com:django-extensions/django-extensions:
Add a test
Fix flake8 error
...

4c1c2b529071ac02b1d9947830c93d8cf9b9edc9 authored over 6 years ago
initialize tld.wsgi_tb = None

a7ecc7c2d58cfbf9115877daecc507a30778e07b authored over 6 years ago
Merge pull request #1255 from jscissr/module-check

Improve module existence test in runscript

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

* 'master' of github.com:django-extensions/django-extensions:
Add direct link to screencast video

650ff94f05b0e1ed12f9bb78b91c1846ad63a4a7 authored over 6 years ago
Check for AttributeError

c03f3abd1d40ae54ea903834694bf20a198b5fdd authored over 6 years ago
Add a test

2d476050bd9caca4e3b00be814dde6db8f0267cc authored over 6 years ago
Fix flake8 error

45e89e366706d19c952caca2961fe11c96a4fd53 authored over 6 years ago
Improve module existence test in runscript

Check if the import system actually didn't find the module, instead of
just guessing the file n...

1854287ab35182f589aa2a50f8ac10c0f0e802ca authored over 6 years ago
Merge pull request #1254 from glasnt/topic/screencast

Add direct link to screencast video

1f1355704ab8f6a1c795faec06b1562cb65c805c authored over 6 years ago
Add direct link to screencast video

66245ffe5d6fc3f105f082f818c7d43b2b7e8c93 authored over 6 years ago
make sure non deterministic ordering does not break tests

662f0d072c9dccecab055cf76a24c9ce6c5e9861 authored over 6 years ago
fix graph_models tests for django 2.1

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

* 'master' of github.com:django-extensions/django-extensions:
Clearer template tags for disabl...

f207a4332215c8cbc2534bb25a4cf6ba555c074f authored over 6 years ago
add overwrite_on_add

b25c0d4f09ff56a52008e6a44f5d21539658bdf5 authored over 6 years ago
Merge pull request #1250 from FloChehab/master

Add feature to Graph model : disable_abstract_fields

ccbf57b69157f0c06eaa163f9b6a3315cce93b57 authored over 6 years ago
remove tests for json that are also covered by json.loads

7adcbafcf0f5aafa2d4b6bc4ceff2164d32589b0 authored over 6 years ago
Clearer template tags for disable-abstract-fields option in graph model and test added.

c6e5f51c6607e0c28f8a26d779851e07d3ed9449 authored over 6 years ago
when copying an autoslug model require the explicit clearing of the slug if it needs to be recalculated

9d2cd728aca7e0e697137c714d85ae093204224b authored over 6 years ago
Merge remote-tracking branch 'upstream/master'

4d5ebd8f1dbe840f8b176c72880a84bd0b4d0f28 authored over 6 years ago
Merge pull request #1252 from MerlinB/master

Add test for slug argument priority in model creation

8713be5fd06b07e9e0614ce0c008936f327ac600 authored over 6 years ago
graph_models use self.stdout instead of print and add basic unittests

1291e8415e1f21cb9d8283a00b6dd9025c2b01c8 authored over 6 years ago
Added test for slug argument priority

bee120ec459f64693f4ee4bcfb87dd0998c53fa1 authored over 6 years ago
Add feature to Graph model : disable_abstract_fields

30c1a807aeb985739358d70907496e98d1857abb authored over 6 years ago
Merge pull request #1248 from arthurio/master

Fix #1220

7d262c31c7c4802d35351303da0e23848e2e41c7 authored over 6 years ago
Merge pull request #1247 from vstoykov/fix/1246_regresion_in_graph_models

Fix #1246 regresion in graph models

b632e3df6cdb08aa3d0d1340514ce177093a68d7 authored over 6 years ago
Add encoding line to admin.py

22d37f48a7aef66440a707ad9d5b35282a58a330 authored over 6 years ago
Remove unused imports

cf7c930ebdeb5bd42b11fcf54127c45a29701be7 authored over 6 years ago
Add a small smoke test for the foreignkeysearchinput widget

141f5acecf799c4eed19b2c1b923965438ee1939 authored over 6 years ago
Fix https://github.com/django-extensions/django-extensions/issues/1220

by replacing `self.rel.to` to `self.rel.model` (as mentionned in the
deprecation warning of
https...

9d5518e52eb7c224d817626fbfcd9fcc99612a5e authored over 6 years ago
Fix #1246 regression in graph_models under Python 2

f286f6a1f9715ec681cc0d4df514a1c18dab3dd2 authored over 6 years ago
Failing test for modelviz regression in Python 2

906f8325ebc50682d2ac21dc69653bc3b8efb7fc authored over 6 years ago
bumped version number

d3b215bb941da0a3291dcdae9636301aa406b18d authored over 6 years ago
v2.1.2

cfd69a5fe3514a76fad38fb8c586fa3c23ec54a6 authored over 6 years ago
only check the support for bytes on Python3

520f0899699f32982f5a7ca59024973775fb6799 authored over 6 years ago
fix check on list or tuple type and add more tests to catch these

027e2788b7c3d48c27fbaff62be7a3c1e3c22e07 authored over 6 years ago
Merge pull request #877 from DanLipsitt/fix/unicode

Use force_text instead of force_bytes.

0678e55d731e5bd5d39e2a745e981623c7e05bff authored over 6 years ago
Merge branch 'master' into fix/unicode

28e5fbc17e98fe0aed849c4910de97743b867820 authored over 6 years ago
bumped version number

9cecc9b2c32c808c7fba58676149d7b65400e9d3 authored over 6 years ago
v2.1.1

9a064dd4a858e19f16cabaf17eb8d21100fe0b66 authored over 6 years ago
Merge pull request #979 from streeter/patch-1

Django updated the admin search raw id HTML to remove the image

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

* 'master' of github.com:django-extensions/django-extensions:
show_template_tags should handle...

0267afbf74853a278c12f91ff4af44d21c4a88f1 authored over 6 years ago
add tests for show_template_tags

677a6d686723e9c32980243df752116419654fbf authored over 6 years ago
Merge pull request #1244 from jrd/master

show_template_tags should handle AppConfig class in INSTALLED applications

6fd334e72af1e4f784924ee0c3e40e42f831a841 authored over 6 years ago
fix --no-color argument

844531ff13377cd446923d91f1132a3c5f08c2c8 authored over 6 years ago
show_template_tags should handle AppConfig class in INSTALLED applications

https://docs.djangoproject.com/en/2.0/ref/applications/#django.apps.AppConfig

ddf93b34c38fc464d2e713cd62094e66a773db86 authored over 6 years ago
Merge pull request #1243 from michael-k/drop-1.8

Drop compat code for Django < 1.11 and add classifier for Django 2.1

b288d4c78bc4eb0ba74ee6231d63742ee36e4a4a authored over 6 years ago
Merge pull request #1241 from michael-k/python3.7

Run tests on travis against Python 3.7 and add classifier

11860c7622eb6f5d58c901626321e6b77d9e991a authored over 6 years ago
Merge pull request #1242 from michael-k/uuidfield

[docs] Remove documentation for long gone uuid fields

e37f1f3b3b9132e706e9a34e7e3cf6f26b29caf0 authored over 6 years ago
Remove compat test for old template settings

21d2f08f040d215cc1271c3a4781c1ce1075cb4d authored over 6 years ago
Remove compat code for django < 1.11

c965cdeb5d52ede6cdb2a83cad82fc3fc7dd1dfc authored over 6 years ago
Remove command create_app

`create_app` was deprecated since 1.7.0 [1]
and for 1.7+ only supported for Django < 1.10 [2].

...

8933a16b7d622ba684109befbcdbdcbc7310d293 authored over 6 years ago
[docs] Remove documentation for long gone uuid fields

ref django-extensions/django-extensions#1054

54b848901e3fdec1b8fa4ddd9354f181722aab12 authored over 6 years ago
Run tests on travis against Python 3.7 and add classifier

1bd7b0f8748b191997d30aff0cd7e3a3ec7e157e authored over 6 years ago
Add Django 2.1 classifier and remove 1.8

9685f9243c862321cf1337c19bea672113687dbb authored over 6 years ago
Merge pull request #1239 from blueyed/fix-ChangingDirectoryTests

tests: fix ChangingDirectoryTests: cd back in tearDown

06157d4441bea0d0ecf4711ef23b5d27daea289e authored over 6 years ago
tests: fix ChangingDirectoryTests: cd back in tearDown

Ref: https://github.com/pytest-dev/pytest-django/issues/637#issuecomment-414372207

53d605f851190f0c3ca3f606fea5fa0f04f402a3 authored over 6 years ago
Merge pull request #1238 from pw94/typos

Fixed typo in show_urls

d843ca8b53517f4c6919d3b9469d827c91a16019 authored over 6 years ago
Fixed typo in show_urls

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

* 'master' of github.com:django-extensions/django-extensions:
Replace global var with threadin...

cb494156a6cc49f7064fa86f19a86a657131cade authored over 6 years ago
check that any non-callable value passed to populate_from is a string type

b7997c2f7ef6eb00aca924230ebd00e89566c1b8 authored over 6 years ago
Merge pull request #1236 from jrd/master

Prevent many2many field with custom intermediate models to be added directly on the parent model

518e3e63dc733f10c16f8f4e73a2dc48183ba186 authored over 6 years ago
Merge pull request #1228 from jhselvik/less-runserver_plus-traceback-page-output

Reduce reraise pollution in runserver_plus traceback page

e5ad3628699775ae4a6b65466a69e234044ce758 authored over 6 years ago
Replace global var with threading.local

cd14ff6463d12c1e97be014766094ef90945e783 authored over 6 years ago
Prevent many2many field with custom intermediate models to be added directly on the parent model

20d830851881344e2b9429b615f680606129d122 authored over 6 years ago
Merge pull request #1234 from minervaproject/master

Remove unnecessary img tag for the foreignkey search input.

08ca1f8c9745eaf72e7db3dc6e12c59429bedc8a authored over 6 years ago
Remove unnecessary img tag for the foreignkey search input.

432fb9e3dc62d85d8dc66e62fa8fc9b0c77dedd3 authored over 6 years ago
remove 1.8 as supported from readme

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

Fix changelog's syntax

3df5194de6dc60791e601c5a14a7cc55e4f41f43 authored over 6 years ago
Fix changelog's syntax

788183254e5832bdf9bc43c08492839371cfc67c authored over 6 years ago
fix deprecated get_indexes call

fd5fbd62287e5cb0ffec68ddac0a22bced1948ff authored over 6 years ago
add Django 2.1

0e106c0172d2acd0c35ddeab0ad1b25871509db5 authored over 6 years ago
Reduce reraise pollution in runserver_plus traceback page

ab9cd172641176c2ae8fdb0ec20d48e45499436e authored over 6 years ago
Merge pull request #1226 from nerdoc/patch-1

typo

61bfde290bc170a7ac1a86adb1f485d467cdb138 authored over 6 years ago
typo

e7867a8f0d1062e4920541f923530055af0f37f4 authored over 6 years ago
bumped version number

bfdef523eb7e934469d5c4a34652626b723d7481 authored over 6 years ago
v2.1.0

f6ade000801ed2a3ea3771f506e02735790b0303 authored over 6 years ago
remove django 1.8 from travis

b6ebd2b9e6cf06195c6241a89d88e5fdf82eb7e3 authored over 6 years ago
v2.0.9

da192faa1b386fdb7ee25b3330a37d8023ec425c authored over 6 years ago
use readme as project description

90e3e88c2d9b0c5534f6e4cb37b232df52d0cdab authored over 6 years ago