summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/attributes.py
Commit message (Expand)AuthorAgeFilesLines
...
* corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
* - use easy to recognize names for backref events [ticket:2066]Mike Bayer2011-02-171-6/+14
* - remove some remaining sys.modules shenanigansrel_0_7b1Mike Bayer2011-02-121-2/+2
* - fix long lines in test_attributesMike Bayer2011-02-111-18/+41
* - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE,Mike Bayer2011-02-111-14/+9
* - Additional tuning to "many-to-one" relationshipMike Bayer2011-02-111-1/+11
* - tests for hybridMike Bayer2011-01-171-0/+7
* QueryableAttribute can stringify itself without triggering a mapper compile. ...Mike Bayer2011-01-121-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-102/+101
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+3
* - removes the "on_" prefix.Mike Bayer2010-12-301-11/+11
* - factor out the dependency on the "on_" nameMike Bayer2010-12-301-8/+8
* - simplified the descriptor system to no longer use the hybrid extension, ins...Mike Bayer2010-12-281-8/+18
* bugfixMike Bayer2010-12-241-1/+1
* - restore declarative support for "composite"Mike Bayer2010-12-231-1/+2
* - added flag to mark any attribute as "modified"Mike Bayer2010-12-231-0/+12
* - slight simplify to state.modified_event()Mike Bayer2010-12-231-15/+12
* dont need the wrapper hereMike Bayer2010-12-201-3/+3
* - convert built in AttributExtensions to event listener fnsMike Bayer2010-12-201-1/+1
* - merge versioning example fix from 0.6Mike Bayer2010-12-201-0/+10
* - try to make get_all_pending() a little easier to read without adding callsMike Bayer2010-12-191-33/+27
* - further optimize what get_all_pending() returns to reduce the work of recei...Mike Bayer2010-12-191-37/+38
* - use get_all_pending in per_state_flush_actions(), but we'd like toMike Bayer2010-12-171-0/+5
* - remove the need to use LoadDeferredColumns, LoadLazyAttribute in most cases,Mike Bayer2010-12-161-23/+38
* - inliningsMike Bayer2010-12-161-5/+1
* - inlinings and callcount reductionsMike Bayer2010-12-121-16/+12
* - refactor query._get() into two methods - a static one that doesMike Bayer2010-12-121-10/+10
* - callcountsMike Bayer2010-12-101-46/+70
* - shave about a millisecond off of moderately complex save casades.Mike Bayer2010-12-061-2/+63
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-3/+3
* - replace GenericBackrefExtension with straight eventsMike Bayer2010-11-301-24/+24
* - a column with a "mutable" type mapped as "deferred" will notMike Bayer2010-11-281-10/+1
* - merge hybrid attributes branch, [ticket:1903]Mike Bayer2010-11-201-45/+24
|\
| * merge tipMike Bayer2010-11-141-6/+3
| |\
| * \ merge tipMike Bayer2010-09-141-29/+69
| |\ \
| * \ \ merge tipMike Bayer2010-08-141-0/+10
| |\ \ \
| * | | | - a few fixesMike Bayer2010-08-081-2/+2
| * | | | some cleanup, some screwing around with comparators...many more issues coming upMike Bayer2010-08-061-41/+12
| * | | | - at long last have gotten the "proxy_property" keywordMike Bayer2010-08-061-6/+14
* | | | | merge tipMike Bayer2010-11-131-5/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | - move inline "import" statements to use new "util.importlater()" construct. ...Mike Bayer2010-11-131-5/+2
* | | | | - propagate flag on event.listen() results in the listener being placedMike Bayer2010-11-071-1/+11
* | | | | - add instrumentation eventsMike Bayer2010-10-021-67/+9
* | | | | merge tipMike Bayer2010-10-021-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | - Fixed bug whereby columns on a mixin wouldn't propagateMike Bayer2010-09-281-1/+1
| | |_|/ | |/| |
* | | | - reorganizationMike Bayer2010-09-141-649/+4
* | | | - merge tip, 0.6.4 + 0.6.5Mike Bayer2010-09-141-28/+68
|\ \ \ \ | |/ / /
| * | | - Fixed recursion bug which could occur when movingMike Bayer2010-09-131-7/+7
| * | | - lazy loads for relationship attributes now useMike Bayer2010-09-121-10/+18
| * | | roughly the finished product.Mike Bayer2010-09-041-13/+45
| | |/ | |/|