|
|
|
@9507
|
[9507]
|
11/20/08 13:01:40 |
ubernostrum |
OneToOne? filtering should only apply in a popup selection from the related … |
|
|
|
@9245
|
[9245]
|
10/22/08 18:09:35 |
kmtracey |
Fixed #9252 -- Moved the try/except protecting against incorrect lookup … |
|
|
|
@9211
|
[9211]
|
10/08/08 09:47:01 |
kmtracey |
Fixed #9053 -- Allowed for sorting of callable and ModelAdmin? methods … |
|
|
|
@9080
|
[9080]
|
09/21/08 11:57:26 |
kmtracey |
Fixed #7582: Removed checks that prevented null=True ForeignKey? fields … |
|
|
|
@8877
|
[8877]
|
09/02/08 16:10:00 |
jacob |
Security fix. Announcement forthcoming. |
|
|
|
@8823
|
[8823]
|
09/01/08 17:43:38 |
brosner |
Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen … |
|
|
|
@8700
|
[8700]
|
08/29/08 11:13:17 |
jacob |
Fixed #7881: Support __in lookups in limit_choices_to and … |
|
|
|
@8509
|
[8509]
|
08/24/08 01:34:18 |
russellm |
Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks … |
|
|
|
@8388
|
[8388]
|
08/15/08 14:15:20 |
brosner |
Removed some checks for Model._meta.one_to_one_field to prevent … |
|
|
|
@8294
|
[8294]
|
08/10/08 23:31:55 |
gwilson |
Refs #7742 -- Changed the … |
|
|
|
@8271
|
[8271]
|
08/09/08 12:35:19 |
jacob |
Fixed #5801: admin requests with GET args now get properly bounced through … |
|
|
|
@8193
|
[8193]
|
08/02/08 00:56:57 |
gwilson |
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use … |
|
|
|
@8046
|
[8046]
|
07/21/08 22:24:09 |
adrian |
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the … |
|
|
|
@7967
|
[7967]
|
07/18/08 18:54:34 |
brosner |
Merged the newforms-admin branch into trunk.
This is a backward … |
|
|
|
@7869
|
[7869]
|
07/08/08 00:29:23 |
mtredinnick |
Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from … |
|
|
|
@7865
|
[7865]
|
07/07/08 21:08:33 |
adrian |
Fixed #7478 -- Rolled QuerySetPaginator? into the Paginator class, to … |
|
|
|
@7536
|
[7536]
|
05/16/08 17:53:39 |
lukeplant |
Simplified control flow for change made in r7535 |
|
|
|
@7535
|
[7535]
|
05/15/08 17:10:53 |
lukeplant |
Fixed bug in staff_member_required decorator for the case where users … |
|
|
|
@7521
|
[7521]
|
05/10/08 08:19:19 |
russellm |
Removed mark_safe from the saved request path on the admin login form. … |
|
|
|
@7491
|
[7491]
|
04/27/08 21:40:57 |
mtredinnick |
Fixed #3002 -- Fixed a problem with ordering by related models in the … |
|
|
|
@7477
|
[7477]
|
04/26/08 21:50:16 |
mtredinnick |
Merged the queryset-refactor branch into trunk.
This is a big internal … |
|
|
|
@7363
|
[7363]
|
03/25/08 00:20:55 |
adrian |
Fixed #6852 -- Converted the admin to use the new paginator, to remove … |
|
|
|
@7153
|
[7153]
|
02/25/08 00:02:35 |
gwilson |
Fixed #5701 -- Fixed decorators to take the name, attributes, and … |
|
|
|
@7131
|
[7131]
|
02/18/08 18:08:08 |
mtredinnick |
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace … |
|
|
|
@6691
|
[6691]
|
11/18/07 00:51:20 |
gwilson |
Fixed #5880 -- Fixed an XSS hole in the admin interface.
* Escaped text … |
|
|
|
@6675
|
[6675]
|
11/14/07 16:58:24 |
mtredinnick |
Fixed #5944 -- Added safe string markings to admin error messages in one … |
|
|
|
@6671
|
[6671]
|
11/14/07 06:58:53 |
mtredinnick |
Implemented auto-escaping of variable output in templates. Fully … |
|
|
|
@6360
|
[6360]
|
09/16/07 07:14:48 |
mtredinnick |
Fixed #1394 -- Fixed an admin crash when saving models with pk db column … |
|
|
|
@6296
|
[6296]
|
09/15/07 12:46:03 |
mtredinnick |
Added a get_host() method to HttpRequest. There is still an … |
|
|
|
@5803
|
[5803]
|
08/05/07 00:14:46 |
gwilson |
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms … |
|
|
|
@5799
|
[5799]
|
08/04/07 09:41:49 |
gwilson |
Refs #3397 -- Corrected the Exception that is caught when ordering by … |
|
|
|
@5683
|
[5683]
|
07/13/07 06:05:01 |
mtredinnick |
Fixed #4846 -- Fixed some Python 2.3 encoding problems in the admin … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@5514
|
[5514]
|
06/22/07 22:18:22 |
mtredinnick |
Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not … |
|
|
|
@5302
|
[5302]
|
05/20/07 20:29:58 |
mtredinnick |
Fixed #2365, #3324 -- Renamed FloatField? to DecimalField? and changed the … |
|
|
|
@5097
|
[5097]
|
04/26/07 09:58:38 |
mtredinnick |
Revert [5092], since this should only have been applied to … |
|
|
|
@5092
|
[5092]
|
04/26/07 08:48:31 |
mtredinnick |
Fixed #1576 -- Fixed incorrect SQL generated when using descending … |
|
|
|
@5091
|
[5091]
|
04/26/07 08:30:48 |
mtredinnick |
Fixed #4040 -- Changed uses of has_key() to "in". Slight … |
|
|
|
@5074
|
[5074]
|
04/25/07 04:44:06 |
mtredinnick |
Fixed #3379 -- Changed login() so that we update last_login when a … |
|
|
|
@4704
|
[4704]
|
03/12/07 03:35:15 |
mtredinnick |
Fixed #3410 -- Edited a few i18n markups for completeness and to remove … |
|
|
|
@4616
|
[4616]
|
02/26/07 13:12:31 |
jacob |
Fixed #2828, a TypeError? when deleting objects with m2m relations to self. … |
|
|
|
@4596
|
[4596]
|
02/25/07 23:37:24 |
jacob |
Fixed #3397: You can now order by non-DB fields in the admin by telling … |
|
|
|
@4486
|
[4486]
|
02/11/07 17:50:35 |
mtredinnick |
Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. |
|
|
|
@4485
|
[4485]
|
02/11/07 00:20:52 |
russellm |
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls … |
|
|
|
@4269
|
[4269]
|
12/30/06 01:48:11 |
adrian |
Fixed typo in a docstring in django/contrib/admin/views/main.py |
|
|
|
@4266
|
[4266]
|
12/30/06 01:16:25 |
adrian |
Fixed #3166 -- Added admin 'Change user password' view. Thanks for the … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@4208
|
[4208]
|
12/15/06 12:00:50 |
adrian |
Copied django.forms to django.oldforms and changed all code to reference … |
|
|
|
@4181
|
[4181]
|
12/07/06 09:14:35 |
adrian |
Improved [4180] to add HTML escaping on the primary-key value in the error … |
|
|
|
@4180
|
[4180]
|
12/07/06 09:09:24 |
adrian |
Added improved error message in admin views/main.py when loading … |
|
|
|
@3951
|
[3951]
|
10/30/06 14:50:27 |
adrian |
Fixed #2968 -- Changed arguments to import to use empty dictionary … |
|
|
|
@3925
|
[3925]
|
10/24/06 11:46:46 |
adrian |
Fixed #2925 -- Added missing exception import to admin.views.auth. Thanks, … |
|
|
|
@3921
|
[3921]
|
10/24/06 11:35:04 |
adrian |
Fixed #2955 -- Fixed incorrect verbose-name display in admin delete_stage … |
|
|
|
@3884
|
[3884]
|
09/29/06 08:37:58 |
russellm |
Disabled access to the admin site for inactive accounts, and clarified … |
|
|
|
@3794
|
[3794]
|
09/22/06 08:10:46 |
mtredinnick |
Fixed #2520 -- Fixed a problem with invalid SQL being generated by … |
|
|
|
@3736
|
[3736]
|
09/08/06 00:38:38 |
adrian |
Added staff_member_required and permission check to … |
|
|
|
@3691
|
[3691]
|
08/31/06 16:35:36 |
adrian |
Made extract_views_from_urlpatterns() in admin.views.doc tolerant of … |
|
|
|
@3690
|
[3690]
|
08/31/06 16:32:50 |
adrian |
Fixed #2529 -- Fixed TypeError? in admin/doc/views. Thanks for the report … |
|
|
|
@3613
|
[3613]
|
08/18/06 16:39:29 |
adrian |
Fixed bug in [3553] -- Changed admin JavaScript? quoting for related-object … |
|
|
|
@3605
|
[3605]
|
08/17/06 22:37:01 |
adrian |
Fixed #2540 -- Added one more i18n string to admin/views/doc.py. Thanks, … |
|
|
|
@3601
|
[3601]
|
08/17/06 21:48:34 |
adrian |
Fixed #2559 -- Added cool new operators for Admin.search_fields, plus … |
|
|
|
@3553
|
[3553]
|
08/11/06 00:31:08 |
adrian |
Fixed #2500 -- Fixed bug in admin related-object pop-up window when using … |
|
|
|
@3551
|
[3551]
|
08/11/06 00:07:07 |
adrian |
Fixed #2506 -- Added more i18n translation strings for admin docs. Thanks, … |
|
|
|
@3520
|
[3520]
|
08/03/06 23:18:12 |
adrian |
Fixed #61 -- No more editing hashes when creating users via the admin. … |
|
|
|
@3411
|
[3411]
|
07/21/06 12:11:13 |
jacob |
Fixed a bunch of spurious imports, typos, and other small errors turned up … |
|
|
|
@3410
|
[3410]
|
07/21/06 11:20:22 |
jacob |
Fixed #2092: added a "is_secure()" method to HttpRequest which correctly … |
|
|
|
@3401
|
[3401]
|
07/20/06 15:16:03 |
adrian |
Fixed #2374 -- Fixed magic-removal API changes in admin template … |
|
|
|
@3360
|
[3360]
|
07/18/06 21:09:26 |
mtredinnick |
Fixed #2332 -- Introduced is_authenticated() method on User and … |
|
|
|
@3284
|
[3284]
|
07/06/06 23:00:44 |
adrian |
Fixed #2267 -- Admin docs now show help text for fields. Thanks, vidar |
|
|
|
@3226
|
[3226]
|
06/28/06 11:37:02 |
jacob |
Merged multi-auth branch to trunk. See the authentication docs for the … |
|
|
|
@3213
|
[3213]
|
06/26/06 18:01:46 |
adrian |
Fixed #2157 -- Admin doc views now work if django.contrib.sites isn't … |
|
|
|
@3194
|
[3194]
|
06/22/06 13:44:06 |
jacob |
Fixed #2199: deleting objects with generic foreign keys in the admin now … |
|
|
|
@3136
|
[3136]
|
06/16/06 14:42:06 |
adrian |
Added AllValuesFilterSpec? to admin changelist filters, which lets you put … |
|
|
|
@3070
|
[3070]
|
06/03/06 08:37:34 |
lukeplant |
Eliminated lots of mutable default arguments (since they are bugs
waiting … |
|
|
|
@3036
|
[3036]
|
05/31/06 22:35:23 |
adrian |
Negligible spacing change to admin/views/main.py |
|
|
|
@3024
|
[3024]
|
05/31/06 10:25:23 |
adrian |
Fixed bug in admin where it would redirect infinitely if invalid lookup … |
|
|
|
@3018
|
[3018]
|
05/31/06 09:37:57 |
adrian |
Fixed #2050 -- Fixed raw_id_admin display in admin. Thanks, Christopher … |
|
|
|
@2991
|
[2991]
|
05/26/06 12:54:19 |
adrian |
Fixed #1403 -- 'Add' green plus sign no longer appears in admin change … |
|
|
|
@2957
|
[2957]
|
05/21/06 23:47:14 |
adrian |
Fixed #1959 -- Fixed typo in django/contrib/admin/views/doc.py |
|
|
|
@2952
|
[2952]
|
05/21/06 21:17:06 |
adrian |
Fixed #1835 -- FilePathField? no longer breaks admin model documentation. … |
|
|
|
@2938
|
[2938]
|
05/18/06 10:17:42 |
jacob |
Made a few small tweaks to admin doc pages. |
|
|
|
@2850
|
[2850]
|
05/05/06 19:26:24 |
lukeplant |
Fixed #1579 - added support for 'Q' objects in limit_choices_to. |
|
|
|
@2847
|
[2847]
|
05/04/06 23:41:22 |
adrian |
Fixed #1378 -- Added svn:ignore for pyc files for all Django packages |
|
|
|
@2827
|
[2827]
|
05/03/06 23:09:23 |
adrian |
Fixed bug in admin: raw_id_admin fields weren't displaying their old … |
|
|
|
@2809
|
[2809]
|
05/01/06 20:31:56 |
adrian |
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly … |
|
|
|
@2650
|
[2650]
|
04/09/06 22:35:56 |
adrian |
Renamed OneToOne? to OneToOneRel? to be consistent with ManyToManyRel? |
|
|
|
@2649
|
[2649]
|
04/09/06 22:34:47 |
adrian |
Renamed ManyToOne? to ManyToOneRel? to be consistent with ManyToManyRel? |
|
|
|
@2648
|
[2648]
|
04/09/06 22:32:38 |
adrian |
Fixed #1600 -- Renamed ManyToMany? to ManyToManyRel? so people get a clearer … |
|
|
|
@2419
|
[2419]
|
02/27/06 15:37:11 |
adrian |
Negligible formatting change to [2417] -- changed colon use to be … |
|
|
|
@2417
|
[2417]
|
02/27/06 15:05:50 |
jacob |
Exposed model doc in admin docs views which fixes #1408. Thanks, … |
|
|
|
@2415
|
[2415]
|
02/27/06 13:13:41 |
jacob |
Fixed #889 (Thanks, Tom Tobin) |
|
|
|
@2327
|
[2327]
|
02/17/06 12:20:15 |
adrian |
Fixed #1250 -- Fixed NameError? when trying to delete without related … |
|
|
|
@2325
|
[2325]
|
02/17/06 12:15:07 |
adrian |
Fixed #1296 -- Made SlugField? maxlength configurable. Thanks, Matt |
|
|
|
@2010
|
[2010]
|
01/16/06 12:54:41 |
adrian |
Fixed #1234 -- Fixed admin problem with login status getting out of sync … |
|
|
|
@2009
|
[2009]
|
01/16/06 12:49:24 |
adrian |
Added missing 'staff_member_required' decorator to change_stage() admin … |
|
|
|
@1982
|
[1982]
|
01/15/06 00:28:41 |
adrian |
Fixed #615 -- Admin views now use escape() instead of strip_tags(). … |
|
|
|
@1973
|
[1973]
|
01/15/06 00:01:35 |
adrian |
Fixed #1196 -- Admin deletion step no longer assumes related objects have … |
|
|
|
@1779
|
[1779]
|
12/26/05 05:52:42 |
hugo |
added missing translation hooks to the login form. thx mikael. |
|
|
|
@1758
|
[1758]
|
12/20/05 21:37:31 |
adrian |
Fixed #1092 -- Fixed behavior for query-string overrides in admin forms |
|
|
|
@1591
|
[1591]
|
12/09/05 23:32:05 |
adrian |
Negligible refactoring in django.core.meta.fields and … |