Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33308 -- Moved psycopg2 imports to the psycopg_any module. | Florian Apolloner | 2022-12-12 | 1 | -2/+5 |
| | |||||
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 3 | -68/+97 |
| | |||||
* | Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ↵ | Guilherme Martins Crocetti | 2021-11-04 | 1 | -1/+4 |
| | | | | range fields. | ||||
* | Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per ↵ | Mariusz Felisiak | 2021-01-14 | 2 | -17/+0 |
| | | | | deprecation timeline. | ||||
* | Fixed #12990, Refs #27694 -- Added JSONField model field. | sage | 2020-05-08 | 1 | -58/+11 |
| | | | | | | | | | | | Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael Michel for mentoring this Google Summer of Code 2019 project and everyone else who helped with the patch. Special thanks to Mads Jensen, Nick Pope, and Simon Charette for extensive reviews. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
* | Changed django.forms.ValidationError imports to ↵ | François Freitag | 2020-04-28 | 1 | -1/+2 |
| | | | | | | django.core.exceptions.ValidationError. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
* | Fixed #30907 -- Fixed SplitArrayField.has_changed() with removal of empty ↵ | Pavel Dedik | 2019-10-28 | 1 | -0/+11 |
| | | | | trailing values. | ||||
* | Refs #30907 -- Added SplitArrayField._remove_trailing_nulls() hook. | Pavel Dedik | 2019-10-28 | 1 | -10/+15 |
| | |||||
* | Fixed #30758 -- Made RangeFields use multiple hidden inputs for initial data. | Nasir Hussain | 2019-09-17 | 1 | -13/+20 |
| | |||||
* | Refs #29598 -- Removed FloatRangeField per deprecation timeline. | Mariusz Felisiak | 2019-09-10 | 1 | -15/+1 |
| | |||||
* | Fixed #30596 -- Fixed SplitArrayField.has_changed() for non-string base fields. | Chason Chaffin | 2019-07-03 | 1 | -0/+4 |
| | | | | | Thanks to Evgeniy Krysanov for the report and the idea to use to_python. Thanks to Mariusz Felisiak for the test case. | ||||
* | Fixed #30400 -- Improved typography of user facing strings. | Jon Dufresne | 2019-06-28 | 1 | -1/+1 |
| | | | | Thanks Claude Paroz for assistance with translations. | ||||
* | Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField. | Stefano Chiodino | 2018-10-02 | 1 | -4/+18 |
| | |||||
* | Refs #29131 -- Fixed space handling in ArrayField's item_invalid message. | Hasan Ramezani | 2018-05-13 | 1 | -2/+2 |
| | |||||
* | Refs #29131 -- Made ArrayField error messages index from 1 instead of 0. | Hasan Ramezani | 2018-04-22 | 1 | -4/+4 |
| | |||||
* | Fixed #28950 -- Fixed ArrayField.has_changed() for empty values. | Vinay Karanam | 2018-04-07 | 1 | -0/+10 |
| | |||||
* | Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. | Nick Pope | 2017-12-11 | 1 | -1/+1 |
| | |||||
* | Fixed #28534 -- Made JSONField.has_changed() ignore key order and consider ↵ | shanghui | 2017-11-11 | 1 | -0/+8 |
| | | | | True/1 values as different. | ||||
* | Refs #27857 -- Replaced json.loads() ValueError exception catching with ↵ | Tim Graham | 2017-09-25 | 2 | -3/+3 |
| | | | | JSONDecodeError. | ||||
* | Fixed #27161 -- Fixed form validation when an ArrayField's base_field has ↵ | Romulo Furtado | 2017-06-13 | 1 | -0/+4 |
| | | | | choices. | ||||
* | Fixed #28192 -- Required passing optional form field args as keyword args. | Claude Paroz | 2017-06-03 | 1 | -3/+3 |
| | |||||
* | Fixed #28227 -- Allowed importing BaseRangeField/RangeWidget from ↵ | Tom | 2017-05-20 | 1 | -1/+4 |
| | | | | contrib.postgres.forms. | ||||
* | Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering. | Tim Graham | 2017-04-29 | 1 | -8/+9 |
| | | | Thanks Preston Timmons for review. | ||||
* | Converted usage of ugettext* functions to their gettext* aliases | Claude Paroz | 2017-02-07 | 4 | -4/+4 |
| | | | | Thanks Tim Graham for the review. | ||||
* | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand | 2017-01-25 | 3 | -9/+9 |
| | |||||
* | Refs #23919 -- Removed six.<various>_types usage | Claude Paroz | 2017-01-18 | 3 | -8/+5 |
| | | | | Thanks Tim Graham and Simon Charette for the reviews. | ||||
* | Fixed #15667 -- Added template-based widget rendering. | Preston Timmons | 2016-12-27 | 1 | -2/+2 |
| | | | | Thanks Carl Meyer and Tim Graham for contributing to the patch. | ||||
* | Fixed #27582 -- Allowed HStoreField to store null values. | David Hoffman | 2016-12-15 | 1 | -1/+3 |
| | |||||
* | Refs #27003 -- Fixed JSONField crash on converted values. | Brandon Chinn | 2016-11-15 | 1 | -1/+11 |
| | |||||
* | Refs #27003 -- Fixed SimpleArrayField crash on converted values. | Brandon Chinn | 2016-11-15 | 1 | -1/+3 |
| | |||||
* | Fixed #27186 -- Fixed model form default fallback for MultiWidget, ↵ | Tim Graham | 2016-09-22 | 1 | -0/+6 |
| | | | | | | FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget. Thanks Matt Westcott for the review. | ||||
* | Fixed #26949 -- Fixed crash of disabled forms.JSONField. | Olexander Yermakov | 2016-07-27 | 1 | -0/+2 |
| | |||||
* | Fixed #26748 -- Allowed overriding JSONField's widget with an attribute. | Charlie Denton | 2016-06-13 | 1 | -4/+1 |
| | |||||
* | Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of ↵ | Brad Melin | 2016-06-02 | 1 | -1/+11 |
| | | | | crashing on non-dict JSON input. | ||||
* | Fixed #25532 -- Properly redisplayed JSONField form input values | Claude Paroz | 2016-04-01 | 1 | -0/+15 |
| | | | | | Thanks David Szotten for the report and Tommy Beadle for code inspiration. Thanks Tim Graham for the review. | ||||
* | Fixed #26283 -- Fixed removal of trailing nulls for SplitArrayField. | quaspas | 2016-03-12 | 1 | -1/+1 |
| | |||||
* | Replaced dict.setdefault() usage to avoid unnecessary object instantiations. | Benjamin Bach | 2016-01-05 | 1 | -2/+4 |
| | |||||
* | Fixed #25841 -- Handled base array fields validation errors with params. | Simon Charette | 2015-12-17 | 1 | -32/+37 |
| | | | | Thanks to Trac alias benzid-wael for the report. | ||||
* | Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid ↵ | Tim Graham | 2015-10-27 | 1 | -1/+1 |
| | | | | value. | ||||
* | Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values. | Tim Graham | 2015-08-07 | 1 | -7/+8 |
| | | | | Thanks Simon Charette for review. | ||||
* | Fixed #25215 -- Solved reference to forms.HStoreField in declaration of ↵ | Curtis Maloney | 2015-08-04 | 1 | -1/+1 |
| | | | | | | HStoreField Correct test which was using the model field in a test form. | ||||
* | Fixed #24604 -- Added JSONField to contrib.postgres. | Marc Tamlyn | 2015-05-30 | 2 | -0/+32 |
| | |||||
* | Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's ↵ | Villiers Strauss | 2015-05-25 | 1 | -2/+9 |
| | | | | prepare_value() | ||||
* | Fixed #24844 -- Corrected has_changed implementation for HStoreField. | Andrea Grandi | 2015-05-24 | 1 | -0/+10 |
| | |||||
* | Removed unnecessary arguments in .get method calls | Piotr Jakimiak | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Fixed #24341 -- Added specific error messages to RangeField subclasses | foresmac | 2015-02-20 | 1 | -0/+4 |
| | |||||
* | Sorted imports with isort; refs #23860. | Tim Graham | 2015-02-06 | 3 | -8/+8 |
| | |||||
* | Fixed #24170 -- Implemented decompress for BaseRangeField widgets | Ng Zhi An | 2015-01-22 | 1 | -2/+13 |
| | |||||
* | Fixed #24001 -- Added range fields for PostgreSQL. | Marc Tamlyn | 2015-01-10 | 2 | -0/+70 |
| | | | | | | | | | Added support for PostgreSQL range types to contrib.postgres. - 5 new model fields - 4 new form fields - New validators - Uses psycopg2's range type implementation in python | ||||
* | Fixed #23968 -- Replaced list comprehension with generators and dict ↵ | Jon Dufresne | 2014-12-08 | 1 | -1/+1 |
| | | | | comprehension |