index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
fields
Age
Commit message (
Expand
)
Author
2008-04-16
queryset-refactor: Removed a stray, unused import that crept into [7432].
Malcolm Tredinnick
2008-04-16
queryset-refactor: Added a way to specify the related_name attribute on
Malcolm Tredinnick
2008-04-16
queryset-refactor: Fixed a few inadvertent sharing problems for related fields
Malcolm Tredinnick
2008-04-01
queryset-refactor: Merged from trunk up to [7388].
Malcolm Tredinnick
2008-03-20
queryset-refactor: Merged from trunk up to [7338].
Malcolm Tredinnick
2008-03-18
queryset-refactor: Merged from trunk up to [7280]
Malcolm Tredinnick
2008-03-17
queyrset-refactor: Some more speed-ups due to datastructure changes.
Malcolm Tredinnick
2008-03-16
queryset-refactor: More whack-a-mole optimisation work. Still got a couple of...
Malcolm Tredinnick
2008-03-15
queryset-refactor: Fixed the "in" lookup type when using tuples.
Malcolm Tredinnick
2008-02-28
queryset-refactor: Merged from trunk up to [7168].
Malcolm Tredinnick
2008-02-28
queryset-refactor: Added caching for reverse-one-to-one lookups.
Malcolm Tredinnick
2008-02-28
queryset-refactor: Fixed exclude() filtering for the various N-to-many relati...
Malcolm Tredinnick
2008-02-23
queryset-refactor: Merged from trunk up to [7151].
Malcolm Tredinnick
2008-02-22
queryset-refactor: Added the ability to manually specify a child-parent link.
Malcolm Tredinnick
2008-02-20
queryset-refactor: Merged from turnk up to [7135] because I need some stuff.
Malcolm Tredinnick
2008-02-17
queryset-refactor: Model inheritance support.
Malcolm Tredinnick
2008-02-08
queryset-refactor: Fixed up OneToOneFields (mostly).
Malcolm Tredinnick
2008-01-29
queryset-refactor: Ported almost all of the raw SQL statements in the Model
Malcolm Tredinnick
2008-01-26
queryset-refactor: Merged from trunk up to [7025].
Malcolm Tredinnick
2007-12-19
queryset-refactor: Merged from trunk up to [6953].
Malcolm Tredinnick
2007-12-03
queryset-refactor: Merged from trunk up to [6856].
Malcolm Tredinnick
2007-11-29
queryset-refactor: Merged from trunk up to [6752].
Malcolm Tredinnick
2007-11-29
queryset-refactor: Optimisation pass. The test suite is now within 2% of trun...
Malcolm Tredinnick
2007-11-18
queryset-refactor: Merged from trunk up to [6689].
Malcolm Tredinnick
2007-10-23
queryset-refactor: Merged from trunk up to [6595].
Malcolm Tredinnick
2007-10-08
queryset-refactor: Merged changed from trunk up to [6463].
Malcolm Tredinnick
2007-09-20
queryset-refactor: Merged to [6381]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6300]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6220]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6197]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6155]
Adrian Holovaty
2007-09-13
Initial portion of queryset rewrite. This breaks a lot more than it fixes in
Malcolm Tredinnick
2007-09-08
Fixed imports to adhere to PEP 8 and stripped trailing whitespace.
Gary Wilson Jr
2007-09-08
Fixed #3557 -- Made `SlugField` inherit from `CharField` so that its `max_len...
Gary Wilson Jr
2007-08-20
Removed a bunch of legacy django.db.backend imports
Adrian Holovaty
2007-08-20
Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
Adrian Holovaty
2007-08-07
Removed a redundant directory join during FileField form saving. Thanks to Da...
Russell Keith-Magee
2007-08-06
Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t...
Russell Keith-Magee
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-30
Fixed call to `ugettext`, which is imported as `_`.
Gary Wilson Jr
2007-07-20
Added a db_type() method to the database Field class. This is a hook for calc...
Adrian Holovaty
2007-07-06
Fixed #4776 -- Fixed a problem with handling of upload_to attributes. The new
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-27
Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.
Jacob Kaplan-Moss
2007-06-26
Fixed #4686 -- Do not permit empty strings in IPAddressField. Should be fully
Malcolm Tredinnick
2007-06-23
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All
Malcolm Tredinnick
2007-06-23
Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assume
Malcolm Tredinnick
2007-05-21
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
Malcolm Tredinnick
2007-05-08
Moved generic relations into django.contrib.contenttypes, since it depends on
Malcolm Tredinnick
2007-05-01
Fixed #4084 -- Added formfield() support to the USStateField model field.
Malcolm Tredinnick
[next]