summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [per-object-permissions] Merged to revision 3582Christopher Long2006-08-1465-857/+1355
* [per-object-permissions] Added "Apply Selected" button to RLP table that subm...Christopher Long2006-08-132-43/+43
* [per-object-permissions] Removing YUI toolkit code.Christopher Long2006-08-1167-30591/+0
* [per-object-permissions] Removed AJAX code from branch. Will possibly be inte...Christopher Long2006-08-112-259/+0
* [per-object-permissions] Separated the AJAX javascript from the non-AJAX JSChristopher Long2006-08-113-252/+255
* [per-object-permissions] Forgot to add toolkit files in last commitChristopher Long2006-08-0967-0/+30591
* [per-object-permissions] AJAX interface is now working most of the time. A fa...Christopher Long2006-08-096-187/+355
* [per-object-permissions] Rewrote urls for row level permission views to take ...Christopher Long2006-08-072-6/+9
* [per-object-permissions] model test for row level permissions (w/ files)Christopher Long2006-08-072-0/+149
* [per-object-permissions] model test for row level permissionsChristopher Long2006-08-070-0/+0
* [per-object-permissions] Fixed RLP perm checking so it now accepts the string...Christopher Long2006-08-071-6/+12
* [per-object-permissions] First version of checking for row level permissions....Christopher Long2006-08-061-1/+54
* [per-object-permissions] Renamed the attribute in RLPs to be model instead of...Christopher Long2006-08-026-29/+35
* [per-object-permissions] Fixed some problems with checking of permissionsChristopher Long2006-07-293-12/+20
* [per-object-permissions] Very basic integration of RLPs into admin interface.Christopher Long2006-07-299-1/+562
* [per-object-permissions] Update to trunkChristopher Long2006-07-27127-1158/+3601
* [per-object-permissions] django.db.models.base now adds the row level permiss...Christopher Long2006-07-242-1/+7
* [per-object-permissions] Updated auth model's to contain the row level permis...Christopher Long2006-07-241-0/+58
* Created per-object-permissions branch for Christopher Long's SoC project.Jacob 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
* Fixed #1977 -- Added clarification about TIME_ZONE setting.Adrian Holovaty2006-07-071-0/+4
* Fixed ReST error in docs/settings.txtAdrian Holovaty2006-07-071-1/+1
* Fixed #2295 -- Improved docs/sessions.txt to note INSTALLED_APPS requirement.Adrian Holovaty2006-07-071-8/+12
* Fixed #2303 -- Fixed bug in [3269] with regard to True and False special-casi...Adrian Holovaty2006-07-071-2/+2
* Fixed #2142 -- Fixed JavaScript warnings in admin JS. Thanks, mike.capp@gmail...Adrian Holovaty2006-07-072-1/+2