summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
...
* [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] 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-27102-1061/+3237
* [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
* 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
* Fixed #1614 -- get_sql(), lookup_inner() and parse_lookup() no longer return ...Adrian Holovaty2006-07-111-17/+13
* fixed #2302: added arabic translation. thx Ahmad Alhashemi.Georg Bauer2006-07-106-1/+2101
* Fixed #2320 -- corrected numerous errors in the custom tag examples inMalcolm Tredinnick2006-07-101-2/+2
* Fixed #2301 -- Added list_display_links option to 'class Admin', which regula...Adrian Holovaty2006-07-103-2/+17
* 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
* Made two small changes to comments in django.db.models.queryAdrian Holovaty2006-07-081-1/+2
* Fixed #2310 -- Changed trans_null.py to use settings.LANGUAGE_CODE instead of...Adrian Holovaty2006-07-081-1/+1
* 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
* Fixed #2258 -- Accounted for the case of a missing threading library in djang...Adrian Holovaty2006-07-071-1/+4
* Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@mayonnaise...Adrian Holovaty2006-07-071-4/+42
* Fixed #2267 -- Admin docs now show help text for fields. Thanks, vidarAdrian Holovaty2006-07-071-1/+1
* Fixed #2283 -- Fixed XHTML-strict validation error in comment templatesAdrian Holovaty2006-07-072-2/+6
* Fixed #2290 -- Escaped HTML in admin messages. Thanks, SeanAdrian Holovaty2006-07-071-1/+1
* Fixed another problem where we were creating a class twice via two importMalcolm Tredinnick2006-07-061-0/+5
* Fixed #2278 -- Fixed some argument parsing problems with the PostgreSQLMalcolm Tredinnick2006-07-051-4/+5
* Fixed #1980, #2155 -- made date, time and datetime html2python methods a bitMalcolm Tredinnick2006-07-051-10/+13
* Fixed #2285 -- Tweaked the error message after model errors at "syncdb" time soMalcolm Tredinnick2006-07-051-1/+4
* Fixed #1578 -- fixed a corner-case where we still wanting core=True attributesMalcolm Tredinnick2006-07-041-0/+2
* Trivial indentation fix.Russell Keith-Magee2006-07-041-4/+4
* Refs #2202 -- Cleaned up technique of splitting arguments, based upon a sugge...Russell Keith-Magee2006-07-041-8/+5
* Fixes #2202 -- Added ability to customize output of pluralize filter to handl...Russell Keith-Magee2006-07-041-5/+20
* Made django/utils/translation.py into a package django/utils/translation, whi...Adrian Holovaty2006-07-046-40/+74
* Changed admin/templates/admin/index.html to make <caption> translatableAdrian Holovaty2006-07-041-1/+1
* Refs #1400 -- Variable resolver now converts literal strings 'False' and 'Tru...Russell Keith-Magee2006-07-041-1/+5