index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
postgres
Age
Commit message (
Expand
)
Author
2015-04-01
[1.8.x] Fetched updated contrib translations from Transifex
Claude Paroz
2015-03-18
[1.8.x] Updated translation catalogs
Claude Paroz
2015-02-20
[1.8.x] Fixed #24341 -- Added specific error messages to RangeField subclasses
foresmac
2015-02-20
[1.8.x] Fixed #24373 -- Added run_validators to ArrayField.
Marc Tamlyn
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-23
[1.8.x] Fixed #24170 -- Implemented decompress for BaseRangeField widgets
Ng Zhi An
2015-01-20
[1.8.x] Fixes #24169 -- More arrayfield specific lookups.
Marc Tamlyn
2015-01-19
[1.8.x] Fixed header of contrib.postgres translation catalog
Claude Paroz
2015-01-18
[1.8.x] Added contrib.postgres translation catalog
Claude Paroz
2015-01-16
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-10
Fixed #24001 -- Added range fields for PostgreSQL.
Marc Tamlyn
2015-01-10
Move % addition to lookups, refactor postgres lookups.
Marc Tamlyn
2014-12-21
Fixed #24034 -- Don't always overwrite deconstruct path.
Jernej Kos
2014-12-09
Remove text-mangling of default values.
Marc Tamlyn
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-28
Fixed #23423 -- Added unaccent lookup in django.contrib.postgres
Thomas Chaumeny
2014-11-28
Fixed #23894 -- Made deconstruct methods favor kwargs over args
Markus Holtermann
2014-11-22
Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"
Carl Meyer
2014-11-22
Fixed #23892 -- Made deconstructible classes forwards compatible
Carl Meyer
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-15
added test and fix to check for default null on ArrayField
Daan Vielen
2014-11-04
Added HStoreField.
Marc Tamlyn
2014-10-09
Fixed #23627 -- Allowed register_lookup to work as a decorator.
Marc Tamlyn
2014-07-29
Fixed #22962 -- Default values for ArrayField with migrations.
Marc Tamlyn
2014-07-15
Fixed #22907 -- Array contains must have same type.
Marc Tamlyn
2014-06-17
Fixed #22819 -- Renamed output_type -> output_field in query expression API.
Tim Graham
2014-05-22
Added array field support for PostgreSQL.
Marc Tamlyn