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

Include LICENSE file in source distribution

5935676406a8b37c070ee401049e98974f3dc06e authored about 12 years ago
bumped version number

98232c6ccf086a357a5b828620867150391c4a1b authored about 12 years ago
v1.0.3

6636693716d5631f379eb3ac5db66d288b09da51 authored about 12 years ago
fix for django 1.5 and remove old unused parts of modelviz.py

016dfe037703509066b7af5aed1d0d36216f871a authored about 12 years ago
Merge pull request #292 from tayfun/runserver_plus_ssl_docs

runserver_plus a bit refactoring and docs

f0b4e4972b129d1af2c2cf99e71435d429d96bfe authored about 12 years ago
Minor typo fixed

712e804c8131154d1d2469cf473074b6e7cae6d5 authored about 12 years ago
Add docs for SSL, refactor runserver_plus.

7ff9e01113daa331752d69d0c01b0911da67124b authored about 12 years ago
Merge pull request #290 from kalail/master

Added Documentation for the 'runscript' command.

92c2d001d11609b74a97c38f5f246f692877b7c6 authored about 12 years ago
Add documentation for the 'runscript' command.

d15598a7fa4ee37dedbd00f7d2d10cddfc05d27f authored about 12 years ago
ticket #279 import test command via importlib

82907db8fbf86d21eb3424c7ee2b023c47074a31 authored about 12 years ago
make sure test can find the test-management-command

efbea8320518d94c8c7eeb23a90d8e97a4727fb6 authored about 12 years ago
fix formatting

fc641dc9a0ae6ab5848e75b41f59366ea77532fd authored about 12 years ago
fix style errors

4c069aa241aab500d5b20ec11fa78de2a97d61b8 authored about 12 years ago
Merge pull request #289 from tayfun/runserver_ssl_support

Add SSL support for runserver_plus

c17f0f03c410cb6dcddfdebd59bd0faaaa96b6c0 authored about 12 years ago
Add support for SSL.

80ce80413a65d1f0a4d94fd74a5cab05d1af1bea authored about 12 years ago
Merge pull request #287 from kromem/master

Using encrypted fields with asymetric keys

bac03597b30d55c65b2dfee5d0495eecbdf0fb84 authored about 12 years ago
Merge pull request #286 from lucmult/fix-show-templatetags2

Fixed show_templatetags that wasn't showing any output

04267b4d2f974daea90bb3ae9d88fa3678553b1e authored about 12 years ago
Added a check to see if using an RSA public key, and if so, skip trying to decrypt

b7fe3f1ea151ef4bd0dbc57e07853f4cdca056ef authored about 12 years ago
Fixed failing pyflakes

021f326d4f76af027a1887726e03d6094f4849cd authored about 12 years ago
Fixed show_templatetags that wasn't showing any output

d6f43bde28c59e3179e0addef02bf830d2314546 authored about 12 years ago
Merge pull request #283 from joncotton/autoslug-with-inheritance

allow AutoSlugField to work with inherited models

e42a07b9d38124abe333ea906200beee8ac9576d authored about 12 years ago
#112 allow AutoSlugField to work with inherited models.

The queryset needs to be based on the parent model in order to find the slug regardless of any o...

84906bc90d57531c8179901adfe904c7cc57a822 authored about 12 years ago
Merge pull request #281 from fusionbox/master

Fix for removed truncate_words function in django.utils.text

324038f4c2a377531cb91d47da1c0d5b9c0f0192 authored about 12 years ago
add support for truncate_words in django <= 1.3

b9d68abd0e26c20af7d5404687016a3b4c1ff8b0 authored about 12 years ago
Update admin.widgets to use Truncator rather than truncate_words

Django removed `truncate_words` in commit
9f9a4cdecdea16c202292e9dee2444827abfae3a. Adjust `adm...

ad8e4471c806f3762fe1bb6da4fbe8e1e2954338 authored about 12 years ago
Merge pull request #280 from darkpixel/patch-1

Add 'BUG' to notes command

52ffca538dd3987780e8205fffd679730eb0bee6 authored about 12 years ago
Add 'BUG' to notes command

15104d0fa04b3a7ca48ab047c72810cc77010925 authored about 12 years ago
bumped version number

e34aa323af0a47e1ea83db1f20d775b4d8d0da92 authored about 12 years ago
v1.0.2

48fa7dd6bc748a19c8a57e2b82c6a793174dfb56 authored about 12 years ago
make sure test models do not trigger failure for keyzcars

c02b6e955c3a8341cd5b12c2634e036180dd3a78 authored about 12 years ago
fix travis flake8 errors

493af194dba260c6b9bc3306f390845cbee1b1ac authored about 12 years ago
Merge pull request #278 from selwin/logging-base-command

Added LoggingBaseCommand that logs run time errors to django.commands

9a5cdd07b39c8ec42543c154480308f46fac3dc0 authored about 12 years ago
Added that logs management command errors to .

3f60f6ec2bcc668f53850720e7ea1a893bfd910e authored about 12 years ago
Merge pull request #274 from julen/master

Revive --unsorted option for show_urls

ecbb3d0ba9bae86b5e6228fe57f8d8aaedb17dc9 authored about 12 years ago
Properly expose the --unsorted option.

d550df585d0a00e438709820e5f6deea3e5bde9e authored about 12 years ago
Merge pull request #273 from dieb/master

Improve README.rst docs

615b4b097fd76b54d4e5fc1672ab0e6a14ba857a authored about 12 years ago
Make README links clickable and organized.

48f52d88f224437b2de9c3934554dae841aaebf8 authored about 12 years ago
Merge pull request #270 from jpic/patch-1

Update docstring for UUIDField

77020064967d0cfcaeec61371bacdabd336cad8a authored about 12 years ago
Update docstring for UUIDField

Which is actually uses version 4 by default.

6608ca18ccb87093010294f11fb0c1ad8c39fc84 authored about 12 years ago
Merge branch 'master' of https://github.com/kylegibson/django-extensions

25a4fbf4d00284c2461c8117224a4970bfe884be authored about 12 years ago
Refs #267. Fixed flake8 line too long

37b06b3945ef82764dc8e501b206e916863704c7 authored about 12 years ago
Refs #267. Only use django.utils.timezone if it can be imported

c59d1b24262d50e6a947e4a8b847c7086b050706 authored about 12 years ago
fix style

0b8fa2adb106aaf368e812ae769d029d613cda42 authored about 12 years ago
cleanup / reorganize of shell_plus

* move away from the deep nested try-except statements
* add cli options for each type of intera...

0aa6fa9dee26649a643e9660d29980a7243b1712 authored about 12 years ago
quite install keyzcar

a1f9ebc26173fb3ba889fd2ae199335348da4213 authored about 12 years ago
fix encrypted field tests

285f6d8e9c6b174acb07f04afac41560394a989b authored about 12 years ago
update travis

6b024db05e5cdc93adbb5613c8570878a06ac8d8 authored about 12 years ago
fix flake8 warnings

using a newer version of flake8 there turned out to be more style
warnings to be fixed

9a189baa8e95194a33a54142aadbc2fbe5664b18 authored about 12 years ago
update travis.yml

d6208e09410c2d9de658d087e2db1e93aebf0f05 authored about 12 years ago
added tests credits go to Skylar Saveland

95d0cf8cdbc075d02df0d8e4e52295d711757b9a authored about 12 years ago
remove max_length from constructor as it breaks field conventions

3583b4b2c102a9ff794f2c79f9f2a3f0c07036e0 authored about 12 years ago
added flake8 to travis ci

because style matters ;)

a39e554206df1f87f35c529b4b4b5e57428fd927 authored about 12 years ago
fix extensions for validate_templates rst documentation

f2dd162700e52319fc5127370de0d6f8e1806277 authored about 12 years ago
Refs #267. Only use django.utils.timezone if it can be imported

cc9b3489c7ed74a226a39a4911f4bd682175363e authored about 12 years ago
Refs #267. Fixed flake8 line too long

9b72783989c4d41e726da4cdfc95b371c4dd7a28 authored about 12 years ago
Merge pull request #262 from theospears/validate_url_tag

Enhance validate_templates to check url tags

7f2d542e8bb0a6cc9b25b8b83c21c2dcbb4d51d2 authored about 12 years ago
Option to require new style urls

To help with migrating away from old style URLs, there is an option that
can error on every file...

8577559d58232c8966cc7b54ee9dd8302d8ec62f authored about 12 years ago
Add option to validate url tags

The quoting of view names in url tags is checked based on whether old or
new style url tags are ...

35580b234baa1003bb93cc32d84e1a7d830ba096 authored about 12 years ago
Use filesystem loader to load templates

5bb8fb1b5f41f200b69fa7bb0468a04414804d99 authored about 12 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

45d0b61f83ae8b38f38273674bd3b4a4c7ff004b authored about 12 years ago
removed test which a lot of people report are breaking there test suite

3f5ea972efdc0773988eff4532f3a855e3956457 authored about 12 years ago
bumped version number

e386df4d99a2dbb23aa016c0c09498b56e95aa7b authored about 12 years ago
v1.0.1

294fbc2d1f07aee6a8284c18501e7cd045a1fd24 authored about 12 years ago
Merge pull request #259 from devartis/master

"static" directory should be included in the package instead of "media"

9df8c66693c0e74ecea13b197eb7422af23f704e authored about 12 years ago
Merge pull request #258 from theospears/patch-1

Fix compatibility with python 2.6

390e9cd3ce7e46b3028ffa6db91dbd3ce1058132 authored about 12 years ago
Merge pull request #260 from amccloud/fixed-ajaxqueue

Don't use $ because it's declared as a global elsewhere and gets set to undefined

eeefb62061527e64e2a5ec770fd63b872b54acee authored about 12 years ago
Don't use $ because it's declared as a global elsewhere and gets set to undefined.

bb1561d0c3ed667dfe96ba7f83b80c7628f4abc5 authored about 12 years ago
As the media directory was renamed to static, that directory should be packaged instead of the former.

references #107

0504d82bd71c2876c011f338f5f25f3b8d669b53 authored over 12 years ago
Fix compatibility with python 2.6

logging.Handler is an old-style class in python 2.6 thus you cannot
use super() with it. Using ...

0e7bd7e2c4475ecb990c82e871cd7f69d098a1ed authored over 12 years ago
add shbang line

52d066fde8357aae9385b0f7a082546a2b03e6cd authored over 12 years ago
fix typo

2affaec4120a6bfc9132d79f62574b68d07c5b6d authored over 12 years ago
show project root when verbose is enabled as well

df75aa87a9be0e2dcfa06c241284b5945560be6b authored over 12 years ago
keep it on one line

67f37ba69de37a53ece4b58580de130d5c154ed0 authored over 12 years ago
fix typo in README

e0889e15c604e20189fc93a313fe9f8877012695 authored over 12 years ago
bump version number

2a6df27c5a3568a2d7d24e1e86c6320e92c1484e authored over 12 years ago
v1.0.0

2b874d018b5d6ce11c3845c074984744e052736d authored over 12 years ago
ignore .bak files

6f305aee732ab3f8b34179b140b8f6e8a0215fb5 authored over 12 years ago
removed references to django-command-extensions

46ad2a84483a224d868a35bd137bb9937b33f3bf authored over 12 years ago
improve documentation a little bit for graph_models

7a5182f77bb06fe9a7babdd653ffac3908e08b3f authored over 12 years ago
Merge pull request #249 from clarete/master

Using the .gz extension in static assets breaks safari

6d55c1d44cb92ffb2b46b209154d57f45fa54028 authored over 12 years ago
Merge pull request #252 from kkumler/runserver_sql

Added --print-sql option to runserver_plus

3f6e58b99d5e34f9f6cf9d78c3a6db02a4cfd6ca authored over 12 years ago
Replacing the '.gz' by a variable when renaming a static asset

It's known that safari breaks when you try to load files with the '.gz'
extension. This patch ad...

4801b66c6170f3912b5f90615b606c2f6f4a43f2 authored over 12 years ago
Merge pull request #251 from davea/patch-1

Fixed typo in JSONField

356d29a7fdb116a5c65a11447f2c123bc8befae6 authored over 12 years ago
fix function name and variable name

8180152df388b219e5c96352141a0c91a3ef9739 authored over 12 years ago
Fixed typo in JSONField

Fixes #27. Previous fix introduced a typo that caused a NameError when using a dict or list in t...

1df336628afbbc9fef0eed94e01ebeeaf782ce65 authored over 12 years ago
preparing for 1.0.0 release

5c47faf4fab6fd0c76394960957721c3ae6b84d7 authored over 12 years ago
Merge branch 'master' of https://github.com/django-extensions/django-extensions

72e48ae7ea2a90a79474a257278c000f4b83f780 authored over 12 years ago
Move media to static directory.

Makes the autocomplete files be served by the test server, and managed
by the 'collectstatic' co...

276fd3b9fa7a96d62d68dd3a20635ff799edccd1 authored over 12 years ago
Merge pull request #175 from darkpixel/feature/notes-search-html

Search in HTML files and handle Django comments

a076ca69b45825b13893a7cc1edede56fa0f5889 authored over 12 years ago
Merge pull request #250 from kkumler/master

Added database alias output for shell_plus --print-sql

fc5306a8130501311c96504a8a563dda355ab766 authored over 12 years ago
fix for issue #27 automatically convert the default value to json if its a list or dict

a108463adb4a401459e877349c5d9ba8aeb390b2 authored over 12 years ago
Added --print-sql option to runserver_plus

5a20ed6b43aefc64da16dbb6eacccdb501c75f2c authored over 12 years ago
Added database alias output for shell_plus --print-sql

69912b7bf507c3bce6a8c7803b01bd8018aef3c5 authored over 12 years ago
Merge pull request #248 from clarete/master

Adding the "--invalidate" flag to sync_media_s3

15d172b5b91282ee787272da916a81621992c5d6 authored over 12 years ago
Adding the "--invalidate" flag to sync_media_s3

When this flag is true, the sync command invalidates the list of
uploaded files in CloudFront. T...

d71b77c04e926ccb4ae419ab7896cf66d521760c authored over 12 years ago
Merge pull request #244 from gustavodiazjaimes/patch-1

Update django_extensions/db/fields/__init__.py

1101b87bfa02f91931922a6996186e3c8d030cf9 authored over 12 years ago
Merge pull request #246 from jwmayfield/master

Update ActivatorModel to use timezone-aware datetime if available and active

14f05200c5c5c2c09521696556dbf9263ba226d8 authored over 12 years ago
fix imports

7f99f9ddb75019be321b2df4921da9c50c34540a authored over 12 years ago
Update ActivatorModel to use timezone-aware datetime if available and active

e8adaf67e5df7b19bc8c6fd0d3c63fe8d1f1b22a authored over 12 years ago
Update django_extensions/db/fields/__init__.py

Issue #243
UUID start like a blank string "" not like None

ac52258610d910a8ce07bc347419c18d2f8f95d7 authored over 12 years ago