django1/django/contrib
Marc Tamlyn 604162604b Added array field support for PostgreSQL.
The first part of django.contrib.postgres, including model and two form
fields for arrays of other data types.

This commit is formed of the following work:

    Add shell of postgres app and test handling.

    First draft of array fields.

    Use recursive deconstruction.

    Stop creating classes at lookup time.

    Add validation and size parameter.

    Add contained_by lookup.

    Add SimpleArrayField for forms.

    Add SplitArrayField (mainly for admin).

    Fix prepare_value for SimpleArrayField.

    Stop using MultiValueField and MultiWidget.

    They don't play nice with flexible sizes.

    Add basics of admin integration.

    Missing:
    - Tests
    - Fully working js

    Add reference document for django.contrib.postgres.fields.ArrayField.

    Various performance and style tweaks.

    Fix internal docs link, formalise code snippets.

    Remove the admin code for now.

    It needs a better way of handing JS widgets in the admin as a whole
    before it is easy to write. In particular there are serious issues
    involving DateTimePicker when used in an array.

    Add a test for nested array fields with different delimiters.

    This will be a documented pattern so having a test for it is useful.

    Add docs for SimpleArrayField.

    Add docs for SplitArrayField.

    Remove admin related code for now.

    definition -> description

    Fix typo.

    Py3 errors.

    Avoid using regexes where they're not needed.

    Allow passing tuples by the programmer.

    Add some more tests for multidimensional arrays.

    Also fix slicing as much as it can be fixed.

    Simplify SplitArrayWidget's data loading.

    If we aren't including the variable size one, we don't need to search
    like this.
2014-05-22 09:53:26 +01:00
..
admin Updated translation catalogs 2014-05-19 15:17:35 +02:00
admindocs Updated translation catalogs 2014-05-19 15:17:35 +02:00
auth Removed unused translations in auth tests 2014-05-20 12:21:05 +02:00
contenttypes Updated translation catalogs 2014-05-19 15:17:35 +02:00
flatpages Updated translation catalogs 2014-05-19 15:17:35 +02:00
formtools Fixed #22638 -- Changed CookieWizardView to ignore invalid cookies 2014-05-19 19:16:45 +02:00
gis Updated translation catalogs 2014-05-19 15:17:35 +02:00
humanize Updated translation catalogs 2014-05-19 15:17:35 +02:00
messages Updated translation catalogs 2014-05-19 15:17:35 +02:00
postgres Added array field support for PostgreSQL. 2014-05-22 09:53:26 +01:00
redirects Updated translation catalogs 2014-05-19 15:17:35 +02:00
sessions Updated translation catalogs 2014-05-19 15:17:35 +02:00
sitemaps Removed locale dirs for single-message apps 2014-05-19 14:13:01 +02:00
sites Updated translation catalogs 2014-05-19 15:17:35 +02:00
staticfiles Fixed #22557 -- ManifestStaticFilesStorage did not cleanup deleted files. 2014-05-20 18:14:49 +02:00
syndication Removed locale dirs for single-message apps 2014-05-19 14:13:01 +02:00
webdesign Removed locale dirs for single-message apps 2014-05-19 14:13:01 +02:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00