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 |
| | |||||
* | Fixed #34071 -- Improved error message for Range(Min/Max)ValueValidator. | Jack Linke | 2022-10-05 | 1 | -2/+2 |
| | |||||
* | Refs #32339 -- Deprecated default.html form template. | David Smith | 2022-05-17 | 1 | -12/+10 |
| | | | | Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | ||||
* | Fixed #33656 -- Fixed MultiWidget crash when compressed value is a tuple. | L | 2022-04-26 | 1 | -0/+12 |
| | |||||
* | Refs #32365 -- Removed internal uses of utils.timezone.utc alias. | Carlton Gibson | 2022-03-24 | 1 | -3/+4 |
| | | | | | Remaining test case ensures that uses of the alias are mapped canonically by the migration writer. | ||||
* | Refs #33476 -- Refactored code to strictly match 88 characters line length. | Mariusz Felisiak | 2022-02-07 | 1 | -11/+16 |
| | |||||
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -238/+296 |
| | |||||
* | Fixed #33235 -- Removed "for = ..." from MultiWidget's <label>. | David Smith | 2021-11-05 | 1 | -4/+4 |
| | | | | This improves accessibility for screen reader users. | ||||
* | Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ↵ | Guilherme Martins Crocetti | 2021-11-04 | 1 | -3/+92 |
| | | | | range fields. | ||||
* | Bumped minimum isort version to 5.1.0. | David Smith | 2020-07-30 | 1 | -0/+1 |
| | | | | | Fixed inner imports per isort 5. isort 5.0.0 to 5.1.0 was unstable. | ||||
* | Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests. | Simon Charette | 2020-07-15 | 1 | -1/+1 |
| | |||||
* | Fixed #31039 -- Added support for contained_by lookup with AutoFields, ↵ | Hasan Ramezani | 2019-12-05 | 1 | -1/+61 |
| | | | | SmallIntegerField, and DecimalField. | ||||
* | Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ↵ | Dulmandakh | 2019-11-14 | 1 | -0/+24 |
| | | | | | | for RangeFields. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
* | Fixed #24858 -- Added support for get_FOO_display() to ArrayField and ↵ | Hasan Ramezani | 2019-11-08 | 1 | -0/+25 |
| | | | | | | RangeFields. _get_FIELD_display() crashed when Field.choices was unhashable. | ||||
* | Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with ↵ | Hasan Ramezani | 2019-11-05 | 1 | -1/+13 |
| | | | | lists and tuples. | ||||
* | Fixed #30758 -- Made RangeFields use multiple hidden inputs for initial data. | Nasir Hussain | 2019-09-17 | 1 | -5/+26 |
| | |||||
* | Refs #30758 -- Added more tests for postgres.forms.ranges. | Nasir Hussain | 2019-09-17 | 1 | -0/+74 |
| | |||||
* | Refs #29598 -- Removed FloatRangeField per deprecation timeline. | Mariusz Felisiak | 2019-09-10 | 1 | -13/+1 |
| | |||||
* | Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ↵ | Mariusz Felisiak | 2019-07-10 | 1 | -1/+9 |
| | | | | | | | | when the right hand side is the same type. Thanks Tilman Koschnick for the report and initial patch. Thanks Carlton Gibson the review. Regression in 6b048b364ca1e0e56a0d3815bf2be33ac9998355. | ||||
* | Used QuerySet.bulk_create() in a couple of postgres tests. | oliver | 2019-03-21 | 1 | -7/+7 |
| | | | Follow up to 0ce2ad9ca4623cfd6dc2515430c0ae8a1717a607. | ||||
* | Switched TestCase to SimpleTestCase where possible in Django's tests. | Tim Graham | 2018-11-27 | 1 | -5/+5 |
| | |||||
* | Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField. | Stefano Chiodino | 2018-10-02 | 1 | -29/+42 |
| | |||||
* | Fixed #29038 -- Removed closing slash from HTML void tags. | Jon Dufresne | 2018-01-21 | 1 | -10/+10 |
| | |||||
* | Refs #23668 -- Removed passing default argument of current TZ to ↵ | Jon Dufresne | 2018-01-18 | 1 | -1/+1 |
| | | | | make_aware()/naive. | ||||
* | Fixed #28758 -- Fixed RangeMax/MinValueValidators crash with unbound ranges. | Imran Iqbal | 2017-11-07 | 1 | -2/+8 |
| | |||||
* | Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." | Tim Graham | 2017-09-07 | 1 | -2/+3 |
| | | | | This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda because try/except performs better. | ||||
* | Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). | Mads Jensen | 2017-06-28 | 1 | -3/+2 |
| | |||||
* | Fixed #26903 -- Fixed __contains lookup for Date/DateTimeRangeField. | Mariusz Felisiak | 2017-02-07 | 1 | -1/+75 |
| | | | Thanks Mariusz Felisiak and Tim Graham for polishing the patch. | ||||
* | Fixed #26747 -- Used more specific assertions in the Django test suite. | Jon Dufresne | 2016-06-16 | 1 | -3/+3 |
| | |||||
* | Fixed E128 flake8 warnings in tests/. | Tim Graham | 2016-04-08 | 1 | -2/+4 |
| | |||||
* | Fixed #26101 -- Allowed introspection of base_field.model in RangeField | anna | 2016-04-03 | 1 | -0/+6 |
| | | | | | | Used the same test and fix as in #25867. This required initializing base_field in RangeField.__init__, not when setting the attribute. | ||||
* | Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values | Claude Paroz | 2016-02-16 | 1 | -0/+11 |
| | | | | | | Also added tests for HStoreField and JSONField. Thanks Aleksey Bukin for the report and Tim Graham for the initial patch and the review. | ||||
* | Refs #25979 -- Dropped compatiblity for running tests on PostgreSQL < 9.2. | Tim Graham | 2016-02-12 | 1 | -21/+5 |
| | |||||
* | Fixed many spelling mistakes in code, comments, and docs. | Josh Soref | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | Checked DateTimeTZRange/DateRange conversion in postgres_tests. | Nicolas Delaby | 2015-11-13 | 1 | -0/+2 |
| | |||||
* | Fixed #23395 -- Limited line lengths to 119 characters. | Dražen Odobašić | 2015-09-12 | 1 | -1/+2 |
| | |||||
* | Switch to aware datetimes in test. | Matthew Somerville | 2015-06-06 | 1 | -4/+4 |
| | |||||
* | Instead of using DjangoJSONEncoder, use base_field's value_to_string. | Matthew Somerville | 2015-06-06 | 1 | -1/+1 |
| | | | | | | | Note this means the serialization of e.g. IntegerRangeField now has strings for lower and upper, so use to_python when they came back in (same behaviour as ArrayField, hopefully, from where I also got the set_attributes_from_name function). | ||||
* | Fixed #24937 -- fix serialization of Date(Time)RangeField. | Matthew Somerville | 2015-06-05 | 1 | -5/+16 |
| | | | | | Use the DjangoJSONEncoder so that datetime and date are encoded appropriately. | ||||
* | Fixed #24837 -- field__contained_by=Range | Marc Tamlyn | 2015-06-04 | 1 | -1/+92 |
| | | | | | | | | Provide `contained_by` lookups for the equivalent single valued fields related to the range field types. This acts as the opposite direction to rangefield__contains. With thanks to schinckel for the idea and initial tests. | ||||
* | Name PostgreSQL correctly. | Marc Tamlyn | 2015-05-30 | 1 | -4/+4 |
| | |||||
* | Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's ↵ | Villiers Strauss | 2015-05-25 | 1 | -1/+9 |
| | | | | prepare_value() | ||||
* | Fixed #24714 -- Used more specific assertions than assertEqual in tests. | Alasdair Nicol | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | Stopped special-casing postgres-specific tests | Claude Paroz | 2015-04-18 | 1 | -10/+17 |
| | | | | Refs #23879. | ||||
* | Fixed #24341 -- Added specific error messages to RangeField subclasses | foresmac | 2015-02-20 | 1 | -7/+124 |
| | |||||
* | Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL. | Tim Graham | 2015-02-17 | 1 | -2/+0 |
| | |||||
* | Sorted imports with isort; refs #23860. | Tim Graham | 2015-02-06 | 1 | -4/+6 |
| | |||||
* | Fixed #24170 -- Implemented decompress for BaseRangeField widgets | Ng Zhi An | 2015-01-22 | 1 | -0/+21 |
| | |||||
* | Fixed #24001 -- Added range fields for PostgreSQL. | Marc Tamlyn | 2015-01-10 | 1 | -0/+376 |
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 |