summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-11Move the schema-evolution branch into the attic.archive/attic/schema-evolutionJames Bennett
2007-08-06schema-evolution: update from HEAD (v5821)Derek Anderson
2007-08-06schema-evolution:Derek Anderson
2007-08-03schema-evolution:Derek Anderson
2007-08-03schema-evolution:Derek Anderson
2007-08-03schema-evolution:Derek Anderson
2007-08-03schema-evolution:Derek Anderson
2007-08-03schema-evolution:Derek Anderson
2007-08-03schema-evolution:Derek Anderson
2007-08-02schema-evolution: updated from trunk/HEAD (r5787)Derek Anderson
2007-08-02schema-evolution:Derek Anderson
2007-08-02schema-evolution:Derek Anderson
2007-08-01schema-evolution:Derek Anderson
2007-07-31schema-evolution: additional documentation changesDerek Anderson
2007-07-31schema-evolution: updated docs to include more useful "howto" informationDerek Anderson
2007-07-30schema-evolution: fixed f.aka bug; moved sql commenting from the base classes...Derek Anderson
2007-07-30schema-evolution: fixed None iteration errorDerek Anderson
2007-07-20schema-evolution: added documentationDerek Anderson
2007-07-20schema-evolution: re-applied schema evolution changes from:Derek Anderson
2007-07-20schema-evolution: merged trunk:HEAD into schema-evolution branchDerek Anderson
2006-10-26committing to schema-evolutionDerek Anderson
2006-08-22schema evolution test casesDerek Anderson
2006-08-22implemented schema evolutionDerek Anderson
2006-07-11Created schema-evolution branch for Derek Andersen's SoC projectJacob Kaplan-Moss
2006-07-11Added get_language_bidi to django.utils.translation.trans_nuill. Refs #2203Adrian Holovaty
2006-07-11Fixed #2326 -- Fixed exception catching in django.contrib.auth.models. Thanks...Adrian Holovaty
2006-07-11Added local 'qn' variable for backend.quote_name in django.db.models.query.de...Adrian Holovaty
2006-07-11Added local 'qn' variable for backend.quote_name in django.db.models.query.fi...Adrian Holovaty
2006-07-11Removed references to LOOKUP_SEPARATOR in django.db.models.query.lookup_innerAdrian Holovaty
2006-07-11Removed unnecessary 'except: raise' in django.db.models.query.lookup_innerAdrian Holovaty
2006-07-11Added local 'qn' variable for backend.quote_name in django.db.models.query.lo...Adrian Holovaty
2006-07-11Renamed 'clause' variable to 'lookup_type' in django.db.models.query.lookup_i...Adrian Holovaty
2006-07-11Small formatting change to m2m_and_m2o model unit testAdrian Holovaty
2006-07-11Changed runtests.py to set USE_I18N=True for testingAdrian Holovaty
2006-07-11Added note to docs/settings.txt and docs/i18n.txt about not importing from dj...Adrian Holovaty
2006-07-11Fixed #1614 -- get_sql(), lookup_inner() and parse_lookup() no longer return ...Adrian Holovaty
2006-07-10Decimated 'whilst' in docs/templates_python.txt from [3308]Adrian Holovaty
2006-07-10added arabic to the setupGeorg Bauer
2006-07-10fixed #2302: added arabic translation. thx Ahmad Alhashemi.Georg Bauer
2006-07-10Typo fixing.Malcolm Tredinnick
2006-07-10Fixed #2320 -- corrected numerous errors in the custom tag examples inMalcolm Tredinnick
2006-07-10Fixed #2301 -- Added list_display_links option to 'class Admin', which regula...Adrian Holovaty
2006-07-10Fixed bug in utils.translation.trans_null -- get_date_formats and get_partial...Adrian Holovaty
2006-07-10Fixed #2312 -- E-mail validator now accepts TLDs up to 6 characters longAdrian Holovaty
2006-07-09Fixed #2317 -- Fixed help_text for FlatPage.template_name field to match magi...Adrian Holovaty
2006-07-09Refs #2217 -- Updated DB API docs to discuss filtering using objects rather t...Russell Keith-Magee
2006-07-09Refs #2217 -- Updated DB API docs to discuss filtering using objects rather t...Russell Keith-Magee
2006-07-08Made two small changes to comments in django.db.models.queryAdrian Holovaty
2006-07-08Fixed django.utils.httpwrappers call in docs/outputting_pdf.txtAdrian Holovaty
2006-07-08Fixed #2310 -- Changed trans_null.py to use settings.LANGUAGE_CODE instead of...Adrian Holovaty