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
/
db
/
models
Age
Commit message (
Expand
)
Author
2012-08-03
Replaced some byte strings by str() calls
Claude Paroz
2012-07-23
Removed a Python 3-compatibility hack.
Aymeric Augustin
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2012-07-22
[py3] Used six.with_metaclass wherever necessary.
Aymeric Augustin
2012-07-22
[py3] Used six.reraise wherever necessary.
Aymeric Augustin
2012-07-17
Switched to use a more idiomatic construct.
Alex Gaynor
2012-07-17
Fixed #17788 -- Added batch_size argument to qs.bulk_create()
Anssi Kääriäinen
2012-07-17
Fixed #17497 -- Corrected FieldError message in add_fields()
Anssi Kääriäinen
2012-07-16
Fixed #18056 - Cleared aggregations on DateQuery.add_date_select
Nuno Maltez
2012-07-14
Switched from usign a method that was about to be deprecated to normal code.
Alex Gaynor
2012-07-12
Remove some code that has been dead since newforms-admin was merged, many moo...
Alex Gaynor
2012-07-08
Fixed #18590 - Reverted Python 2.4 workaround for Model pickling
Claude Paroz
2012-07-05
Fixed #18362 - Made model.save() update_fields accept attnames
Andrei Antoukh
2012-07-03
Fixed comment wording in sql/where.py
Anssi Kääriäinen
2012-07-01
Fixed a regression introduced in where.as_sql() refactor
Anssi Kääriäinen
2012-07-01
Refactored the empty/full result logic in WhereNode.as_sql()
Anssi Kääriäinen
2012-07-01
Fixed #18251 -- Removed a deadlock possibility in apploading
Anssi Kääriäinen
2012-06-26
Fixed #18515 -- Conditionally regenerated filename in FileField validation
Claude Paroz
2012-06-26
Fixed #17485 -- Made defer work with select_related
Anssi Kääriäinen
2012-06-23
Switch to using context managers for acquiring and releasing locks.
Alex Gaynor
2012-06-22
Fixed #17776 - DoesNotExist is not picklable
Luke Plant
2012-06-11
Fixed #18463 -- Forced type() argument to be a byte string
Claude Paroz
2012-06-07
Fixed #18432 -- Prevented the ForeignKey field from creating an invalid query...
Jann Kleen
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-06
Small cleanup in prefetch_related code
Luke Plant
2012-06-06
Fixed #18309 - Prefetch related does not work for fkey to multitable inherite...
Luke Plant
2012-06-01
Fixed a typo in a comment. Refs #17742.
Aymeric Augustin
2012-05-31
Fixed #18407 -- Made model field's to_python methods fully accept unicode.
Claude Paroz
2012-05-27
Fixed #18343 -- Cleaned up deferred model implementation
Anssi Kääriäinen
2012-05-24
Fixed qs.order_by() join promotion for already existing joins
Anssi Kääriäinen
2012-05-24
Fixed #18177 -- Cached known related instances.
Aymeric Augustin
2012-05-22
Replaced 'next' testing by collections.Iterator testing.
Claude Paroz
2012-05-22
Fixed #18304 -- Optimized save() when update_can_self_select=False
Anssi Kääriäinen
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-17
Fixed #9893 -- Validated the length of file names
Aymeric Augustin
2012-05-12
Fixed #4102 -- Allow update of specific fields in model.save()
Andrei Antoukh
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-09
Fix proxy model Query.remove_inherited_models()
Anssi Kääriäinen
2012-05-07
Made model fields comparable to other objects
Simon Charette
2012-05-07
Imported zip from future_builtins instead of itertools.izip.
Claude Paroz
2012-05-01
Fixed #17742 -- Handled aware datetimes in DateField
Aymeric Augustin
2012-04-29
Switch a datastructure internal to the ORM to be a set, instead of a dictionary.
Alex Gaynor
2012-04-29
Fixed #17644 -- Changed Query.alias_map to use namedtuples
Adrian Holovaty
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Removed unused variable from sql/query.py
Anssi Kääriäinen
2012-04-29
Prevent Oracle from changing field.null to True
Anssi Kääriäinen
[prev]
[next]