summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/attributes.py
Commit message (Expand)AuthorAgeFilesLines
...
* - Fixed bug whereby if __eq__() wasMike Bayer2011-09-091-1/+1
* - Fixed regression from 0.6 where Session.add()Mike Bayer2011-07-241-4/+13
* - Fixed regression from 0.6 where a get historyMike Bayer2011-07-201-5/+5
* hey, we don't need this.Mike Bayer2011-05-301-11/+0
* the "property" argument here is not usedMike Bayer2011-05-301-1/+1
* - Added checks inside the UOW to detect the unusualMike Bayer2011-04-101-40/+61
* - Some fixes to the state handling regardingMike Bayer2011-04-071-1/+0
* - some doc reorgMike Bayer2011-03-171-2/+2
* 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