Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numerous improvements and refactorings #1

Open
wants to merge 95 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
95 commits
Select commit Hold shift + click to select a range
d5cd508
Modified database storage to fallback to file storage. Added management
chrisspen Feb 22, 2012
48bda65
Added data migration to auto-load existing files into the database.
chrisspen Feb 22, 2012
081c845
Fixed typo.
chrisspen Feb 22, 2012
80991a5
Added management command to handle bulk file deletions.
chrisspen Feb 23, 2012
478ff91
Updated version number.
chrisspen Feb 29, 2012
34a880e
Fixed bug in dump management command.
chrisspen Feb 29, 2012
ac76488
Updated version.
chrisspen Feb 29, 2012
f32d21b
Added option to load command to allow limiting file load by app model.
chrisspen Mar 2, 2012
a44a0df
Limited debugging output.
Apr 6, 2012
c35eb57
Fixed unittest command.
Apr 15, 2012
8bad5c3
Added feature to define custom user and group to set ownership with when
Jun 11, 2012
bc6a7e6
Updated version number.
Jun 11, 2012
63af3a3
Improved performance of database_files_dump by only exporting
Aug 6, 2012
249a1df
Added a dryrun option to the cleanup command. Fixed minor bug in content
Aug 20, 2012
0817d2f
Added a unittest for hashing functions.
Aug 20, 2012
cad337e
Fixing hashing functions to be consistent in Python2.6. Added management
Aug 21, 2012
a9b396a
Fixed management command.
Aug 21, 2012
3b73968
Added file hash caching on the filesystem.
Sep 19, 2012
57fe6c2
Updated version.
Sep 19, 2012
aaa95c6
Modified the default behavior to automatically export files from the
Sep 21, 2012
b407fa4
Updated version number.
Sep 21, 2012
76dfde2
Modified file dump command to update hash upon write and allow targeting
Nov 14, 2012
816f3ea
Added configurable file URL constructor.
May 9, 2013
40fd4cf
Updated version.
May 9, 2013
882b9a0
Improved performance of cleanup command.
Jul 16, 2013
1ed4ad7
Added view to automatically handle retrieving files from either the
Aug 28, 2013
44fed3c
Updated version.
Aug 28, 2013
a08a2ab
Fixed bug causing file to be unnecessarily re-written on every request.
Apr 28, 2014
9580dea
Added table name.
Apr 28, 2014
93ebddf
Updated ignore.
Apr 28, 2014
15c7499
Added test image Python markup.
Jun 18, 2014
77e22e9
Added test image.
Jun 18, 2014
7def8c9
Added support for Python3.
Jun 18, 2014
624bf58
Updated version.
Jun 18, 2014
802b86c
Repackaged. Fixed Python3 unittest due to South bug. Updated docs.
Jul 9, 2014
03e2d2b
Broadened exception handling for pypandoc.
Jul 27, 2014
a9b285c
Added error handling for cases where path is passed.
Dec 9, 2014
266bfec
Fixed error handling bug in setup.
Dec 9, 2014
8b6bda0
Added option to specify filename to cleanup.
Feb 24, 2015
4fdbcb4
Move South migrations to south_migrations.
richardxia Aug 2, 2015
452c827
Add Django-1.7-style migrations.
richardxia Aug 2, 2015
022ae02
Merge pull request #1 from richardxia/add_django_1.7_support
chrisspen Aug 11, 2015
7e8e5bc
Add south_migrations to distribution.
richardxia Aug 24, 2015
67a1c58
Merge pull request #2 from richardxia/fix_setup_packages
chrisspen Aug 29, 2015
71b42d2
Make Django 1.7 migrations compatible with Python3
rhunwicks Feb 4, 2016
96d8144
Update README.md to include instructions for changing urls.py
rhunwicks Feb 4, 2016
87eded9
Merge pull request #3 from rhunwicks/master
chrisspen Feb 6, 2016
32d45e2
Added support for Django<=1.10.1.
chrisspen Oct 11, 2016
59b8793
Merge branch 'master' of
chrisspen Oct 11, 2016
328691c
Updated docs.
chrisspen Oct 11, 2016
07f9190
the bytestring was breaking the migration.
Oct 14, 2016
68b9fa6
Merge pull request #4 from niranjanthilak/patch-1
chrisspen Oct 15, 2016
e5f7884
changed travis link
chrisspen Oct 15, 2016
0ecf0f7
fixed unittests for django>=1.7
chrisspen Oct 15, 2016
b5376b4
Fixed unittests for all supported Python+Django versions.
chrisspen Oct 15, 2016
737bab6
Fixed code formatting.
chrisspen Oct 16, 2016
de14a38
Fixed undefined variable.
chrisspen Oct 16, 2016
2f4cf7b
Cleaned up setup.
chrisspen Oct 16, 2016
ea49709
Updated shields.
chrisspen Jan 4, 2017
a4e74ac
Typo fix in README.
samorajp Feb 7, 2017
4e939b4
Merge pull request #5 from samorajp/patch-1
chrisspen Feb 7, 2017
50584c0
Pin south to latest version 1.0.2
pyup-bot Feb 7, 2017
c91d238
Merge pull request #6 from chrisspen/pyup-initial-update
chrisspen Feb 7, 2017
7ecee94
Drop Django 1.6 support
YamaoMaoen Aug 4, 2017
dc18273
Merge pull request #7 from YamaoMaoen/master
chrisspen Aug 4, 2017
a1e5643
Extended django version. Updated ignore
chrisspen Aug 4, 2017
3b5e92b
Merge branch 'master' of git+ssh://github.com/chrisspen/django-databa…
chrisspen Aug 4, 2017
39438ca
Updated travis config to include python 3.6
chrisspen Aug 4, 2017
a128887
Updated travis config to include python 3.6
chrisspen Aug 4, 2017
05420ed
Dropped Python 3.3 support.
chrisspen Aug 4, 2017
ba9828f
Updated version
chrisspen Aug 4, 2017
3f8dd2b
Refactored default settings initialization to work with Django 1.11.
chrisspen Nov 1, 2017
882a90e
trusty does not have 3.5 distribution
JordanReiter Mar 21, 2019
0e515f1
Python 3.4 is EOL & no longer available & pylint > 2.0 does not suppo…
JordanReiter Mar 21, 2019
1a564fd
return None to fix inconsistent-return-statements warning for pylint
Mar 25, 2019
ec38658
Merge pull request #24 from JordanReiter/patch-1
chrisspen Mar 25, 2019
e7934c1
Import location changed in Django 2.0+
JordanReiter Apr 11, 2019
6811b01
Merge pull request #27 from JordanReiter/patch-2
chrisspen Apr 11, 2019
034b007
Import location changed in Django 2.0+
JordanReiter Apr 11, 2019
3e43fe9
Merge pull request #28 from JordanReiter/patch-2
chrisspen Apr 16, 2019
63d908c
Django requirement
Apr 17, 2019
1d54005
convert bytes to str before saving to TextField
Apr 30, 2019
91c2abc
Upgraded tests
Apr 30, 2019
bab0e55
Merge pull request #29 from JordanReiter/patch-2
chrisspen May 7, 2019
58f32e8
Increased version.
chrisspen May 7, 2019
2b1f98e
Added yapf config.
chrisspen Sep 5, 2019
4ce86e3
Updated readme attachment in setup.py
chrisspen Sep 5, 2019
bc7b02f
Removed Python2.7 support from test suite.
chrisspen Sep 5, 2019
0ee1ba9
Removed Python2.7 support from test suite.
chrisspen Sep 5, 2019
da50f7d
Added test script.
chrisspen Sep 5, 2019
91d8470
Removed Python2.7 support from test suite.
chrisspen Sep 5, 2019
e7c3406
Removed Python2.7 support from test suite.
chrisspen Sep 5, 2019
9a44d11
Removed Python2.7 support from test suite.
chrisspen Sep 5, 2019
9b1939f
Removed Python2.7 support from test suite.
chrisspen Sep 5, 2019
818d558
Forced name methods to force string.
chrisspen Oct 28, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated version.
  • Loading branch information
chrisspen committed Feb 29, 2012
commit ac76488d021bd023d2d4870865766b7fc3c5d3ed
2 changes: 1 addition & 1 deletion database_files/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 1, 1)
VERSION = (0, 1, 2)
__version__ = '.'.join(map(str, VERSION))