summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move the schema-evolution branch into the attic.archive/attic/schema-evolutionattic/schema-evolutionJames Bennett2009-09-110-0/+0
* schema-evolution: update from HEAD (v5821)Derek Anderson2007-08-06111-486/+1067
* schema-evolution:Derek Anderson2007-08-063-31/+218
* schema-evolution:Derek Anderson2007-08-036-14/+62
* schema-evolution:Derek Anderson2007-08-031-0/+8
* schema-evolution:Derek Anderson2007-08-033-7/+135
* schema-evolution:Derek Anderson2007-08-032-0/+82
* schema-evolution:Derek Anderson2007-08-031-20/+0
* schema-evolution:Derek Anderson2007-08-032-150/+161
* schema-evolution: updated from trunk/HEAD (r5787)Derek Anderson2007-08-0242-158/+580
* schema-evolution:Derek Anderson2007-08-026-60/+137
* schema-evolution:Derek Anderson2007-08-0211-37/+135
* schema-evolution:Derek Anderson2007-08-016-5/+72
* schema-evolution: additional documentation changesDerek Anderson2007-07-311-1/+28
* schema-evolution: updated docs to include more useful "howto" informationDerek Anderson2007-07-311-22/+123
* schema-evolution: fixed f.aka bug; moved sql commenting from the base classes...Derek Anderson2007-07-305-4/+95
* schema-evolution: fixed None iteration errorDerek Anderson2007-07-301-6/+9
* schema-evolution: added documentationDerek Anderson2007-07-201-0/+262
* schema-evolution: re-applied schema evolution changes from:Derek Anderson2007-07-209-3/+489
* schema-evolution: merged trunk:HEAD into schema-evolution branchDerek Anderson2007-07-20606-25577/+94657
* committing to schema-evolutionDerek Anderson2006-10-26314-5807/+16336
* schema evolution test casesDerek Anderson2006-08-2231-0/+324
* implemented schema evolutionDerek Anderson2006-08-229-100/+614
* Created schema-evolution branch for Derek Andersen's SoC projectJacob Kaplan-Moss2006-07-110-0/+0
* Added get_language_bidi to django.utils.translation.trans_nuill. Refs #2203Adrian Holovaty2006-07-111-0/+1
* Fixed #2326 -- Fixed exception catching in django.contrib.auth.models. Thanks...Adrian Holovaty2006-07-111-1/+1
* Added local 'qn' variable for backend.quote_name in django.db.models.query.de...Adrian Holovaty2006-07-111-11/+8
* Added local 'qn' variable for backend.quote_name in django.db.models.query.fi...Adrian Holovaty2006-07-111-5/+5
* Removed references to LOOKUP_SEPARATOR in django.db.models.query.lookup_innerAdrian Holovaty2006-07-111-4/+4
* Removed unnecessary 'except: raise' in django.db.models.query.lookup_innerAdrian Holovaty2006-07-111-2/+0
* Added local 'qn' variable for backend.quote_name in django.db.models.query.lo...Adrian Holovaty2006-07-111-15/+10
* Renamed 'clause' variable to 'lookup_type' in django.db.models.query.lookup_i...Adrian Holovaty2006-07-111-38/+29
* Small formatting change to m2m_and_m2o model unit testAdrian Holovaty2006-07-111-8/+7
* Changed runtests.py to set USE_I18N=True for testingAdrian Holovaty2006-07-111-1/+2
* Added note to docs/settings.txt and docs/i18n.txt about not importing from dj...Adrian Holovaty2006-07-112-1/+47
* Fixed #1614 -- get_sql(), lookup_inner() and parse_lookup() no longer return ...Adrian Holovaty2006-07-111-17/+13
* Decimated 'whilst' in docs/templates_python.txt from [3308]Adrian Holovaty2006-07-101-3/+5
* added arabic to the setupGeorg Bauer2006-07-101-1/+2
* fixed #2302: added arabic translation. thx Ahmad Alhashemi.Georg Bauer2006-07-106-1/+2101
* Typo fixing.Malcolm Tredinnick2006-07-101-1/+1
* Fixed #2320 -- corrected numerous errors in the custom tag examples inMalcolm Tredinnick2006-07-102-22/+23
* Fixed #2301 -- Added list_display_links option to 'class Admin', which regula...Adrian Holovaty2006-07-105-2/+45
* Fixed bug in utils.translation.trans_null -- get_date_formats and get_partial...Adrian Holovaty2006-07-101-2/+2
* Fixed #2312 -- E-mail validator now accepts TLDs up to 6 characters longAdrian Holovaty2006-07-101-1/+1
* Fixed #2317 -- Fixed help_text for FlatPage.template_name field to match magi...Adrian Holovaty2006-07-091-1/+1
* Refs #2217 -- Updated DB API docs to discuss filtering using objects rather t...Russell Keith-Magee2006-07-091-5/+11
* Refs #2217 -- Updated DB API docs to discuss filtering using objects rather t...Russell Keith-Magee2006-07-091-10/+21
* Made two small changes to comments in django.db.models.queryAdrian Holovaty2006-07-081-1/+2
* Fixed django.utils.httpwrappers call in docs/outputting_pdf.txtAdrian Holovaty2006-07-081-1/+1
* Fixed #2310 -- Changed trans_null.py to use settings.LANGUAGE_CODE instead of...Adrian Holovaty2006-07-081-1/+1