Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/fields/files.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25611 -- Standardized descriptor signatures.Tim Graham2015-10-261-1/+1
* Fixed #21042 -- Allowed accessing FileDescriptor on the m...Tim Graham2015-10-011-3/+1
* Refs #9893 -- Removed shims for lack of max_length suppor...Tim Graham2015-09-241-15/+1
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-151-3/+2
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Fixed #24105 -- Called Storage.get_valid_name() when uplo...Abhaya Agarwal2015-05-131-2/+7
* Fixed typo in django/db/models/fields/files.py comment.Don Kirkby2015-02-211-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+5
* Fixed #9893 -- Allowed using a field's max_length in the ...Pavel Shpilev2015-01-121-1/+16
* Fixed #23684 -- Used correct package name for Pillow in E...Nicholas Serra2014-10-191-1/+1
* Fixed #21940 -- Added kwargs to contribute_to_class() of ...Mitar2014-08-011-4/+4
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-211-3/+2
* Fixed #22199: Bad max_length deconstruction for FileFieldAndrew Godwin2014-03-081-3/+1
* Edited model and field checks for grammar and consistency.Russell Keith-Magee2014-03-031-6/+6
* Removed an inactive system check for upload_to.Russell Keith-Magee2014-01-201-14/+0
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-3/+71
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+4
* Fixed #21217 -- Avoid connecting `(pre|post)_init` signal...Simon Charette2013-10-041-1/+3
* Fixed #20348 -- Consistently handle Promise objects in mo...Tai Lee2013-07-311-0/+1
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-1/+6
* Fixed #20660 -- Do not try to delete an unset FieldFileClaude Paroz2013-06-291-0/+2
* Ported over Field.deconstruct() from my schema alteration...Andrew Godwin2013-06-281-0/+19
* Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin2013-02-251-1/+0
* Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.Aymeric Augustin2012-12-271-24/+0
* Replaced some smart_xxx by force_xxx equivalentClaude Paroz2012-08-301-2/+2
* [py3] Fed strftime with unicode on Python 3Claude Paroz2012-08-141-2/+2
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-2/+2
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-1/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+2
* Fixed #18515 -- Conditionally regenerated filename in Fil...Claude Paroz2012-06-261-1/+5
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-1/+1
* Fixed #9893 -- Validated the length of file namesAymeric Augustin2012-05-171-0/+21
* Fixed #17219 -- Updated model field descriptions to be mo...Jannis Leidel2012-02-091-2/+2
* Fix initialisation of ImageField super classes.Malcolm Tredinnick2011-08-231-2/+3
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-10/+7
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-2/+0
* Fixed #6456 - Excised FileField file deletion to avoid da...Carl Meyer2011-01-261-13/+0
* Fixed #12955 -- Use the size attribute of the file instea...Jannis Leidel2010-12-121-2/+2
* Fixed #7048 -- Added ClearableFileInput widget to clear f...Jannis Leidel2010-10-011-1/+9
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-3/+3
* Fixed #11753 - Q objects with callables no longer explode...Jacob Kaplan-Moss2009-12-171-1/+2
* Fixed #12385: Made built-in field type descriptions in ad...Karen Tracey2009-12-161-4/+3
* Fixed #7977: Fixed admindocs to use docstrings instead of...Karen Tracey2009-12-121-0/+4
* Changes to `ImageFileDescriptor` and `ImageField` to fix ...Gary Wilson Jr2009-05-281-45/+88
* Fixed #10404: ImageField height_field and width_field opt...Jacob Kaplan-Moss2009-05-111-19/+100
* Fixed #7712, #9404, #10249, #10300: a light refactor and ...Jacob Kaplan-Moss2009-05-081-15/+25
* Fixed #10149. FileFields in a form now validate max_lengt...Joseph Kocherhans2009-03-311-1/+1