summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [soc2009/admin-ui] self.is_valid -> self.is_valid()archive/soc2009/admin-uisoc2009/admin-uiZain Memon2009-12-221-2/+2
* [soc2009/admin-ui] Fixing ticket #11682. Thanks to fredbartle for the patch.Zain Memon2009-12-221-1/+1
* [soc2009/admin-ui] getting rid of an unnecessary .reverse() in thereZain Memon2009-12-211-2/+0
* [gsoc2009/admin-ui] Refactored the m2m token input view a bit to make it clea...Zain Memon2009-12-212-25/+27
* [soc2009/admin-ui] simplify the autocomplete view.Florian Apolloner2009-12-051-6/+4
* [soc2009/admin-ui] Fix for a bug where saving m2m autocomplete fields was thr...Zain Memon2009-12-052-4/+5
* [gsoc2009/admin-ui] Some love for autocomplete. Zain Memon2009-12-057-73/+817
* [soc2009/admin-ui] Moving the autocomplete view to a more appropriate locatio...Zain Memon2009-08-176-113/+54
* [soc2009/admin-ui] Fix for ticket #11720: "When an OrderField is on an inline...Zain Memon2009-08-161-1/+12
* [soc2009/admin-ui] Fix for ticket #11718: "When there is an error in a Select...Zain Memon2009-08-152-8/+28
* [soc2009/admin-ui] Omitting an extra comma at the end of the ID list for M2M ...Zain Memon2009-08-101-3/+8
* [soc2009/admin-ui] M2M autocomplete, modeled much like the FK autocomplete. Zain Memon2009-08-103-0/+114
* [soc2009/admin-ui] fixing a bad importZain Memon2009-08-091-1/+1
* [soc2009/admin-ui] The Kaplan-Moss commandeth that thou shalt not allow any o...Zain Memon2009-08-071-1/+3
* [soc2009/admin-ui] The Gaynor commandeth: x.__unicode__() --> unicode(x) Zain Memon2009-08-061-1/+1
* [soc2009/admin-ui] a foreignkey autocomplete with an api callback for the sea...Zain Memon2009-08-069-1/+1124
* [soc2009/admin-ui] Merging up to trunk svn:r11382 into my branch (this time f...Zain Memon2009-08-05126-10196/+21427
* [soc2009/admin-ui] Merging up to trunk svn:r11382 into my branchZain Memon2009-08-0318-17/+550
* [soc2009/admin-ui] prevent selector-inlines from jumping the page to the top ...Zain Memon2009-07-061-1/+1
* [soc2009/admin-ui] javascript add-inline for selector inlines Zain Memon2009-07-051-6/+76
* [soc2009/admin-ui] Reordering selector inlines.Zain Memon2009-07-057-22/+354
* [soc2009/admin-ui] merging trunk up to r11153 into my branchZain Memon2009-07-0251-295/+1097
* [soc2009/admin-ui] Javascript inline addition for tabular inlinesZain Memon2009-07-023-50/+91
* [soc2009/admin-ui] A far better way to implement adding inlines using javascr...Zain Memon2009-07-025-45/+55
* [soc2009/admin-ui] Reordering tabular inlines, with support for other inlines...Zain Memon2009-07-017-10/+460
* [soc2009/admin-ui] merging trunk up to r11004 into my branchZain Memon2009-06-1525-129/+579
* [soc2009/admin-ui] adding inlines using javascript (for stacked inlines): com...Zain Memon2009-06-151-15/+39
* [soc2009/admin-ui] Better styling for Selector Inlines, and proper javascript...Zain Memon2009-06-092-29/+68
* [soc2009/admin-ui] the beginnings of a new type of inline, called Selector In...Zain Memon2009-06-095-1/+119
* [soc2009/admin-ui] One step further to adding inlines using javascript. Zain Memon2009-06-072-3/+9
* [soc2009/admin-ui] First steps to dynamically add stacked inlines. Upon loadi...Zain Memon2009-06-073-5/+35
* [soc2009/admin-ui] JQuery 1.3.2 minified. Alex Gaynor's favorite library. Zain Memon2009-06-071-0/+19
* [soc2009/admin-ui] Merging trunk r10924 into my branch.Zain Memon2009-06-0524-478/+1308
* Create "admin-ui" branch for Zain Memon's SoC project.Jacob Kaplan-Moss2009-05-270-0/+0
* Fixed #11204 -- Corrected typo in the pluralize doc. Thanks martin and Smile...Karen Tracey2009-05-271-1/+1
* Fixed #11209 -- Added a note to doc on connection.queries that the logged sql...Karen Tracey2009-05-271-0/+3
* Fixed #11215 -- Replaced erroneous catch with except in testing doc. Karen Tracey2009-05-271-1/+1
* Fixed #11205 -- Made the links to the str method description look the same as...Karen Tracey2009-05-261-3/+3
* Fixed #11202 -- Removed mod_python information from FAQ, as it is no longer t...Karen Tracey2009-05-261-39/+6
* Fixed #11070 -- Removed JING_PATH setting, which was no longer used. Thanks f...Adrian Holovaty2009-05-262-14/+0
* Made some small improvements to docs/topics/http/sessions.txtAdrian Holovaty2009-05-261-7/+7
* Fixed #8857 -- Corrected ref in modelforms documentation and added ref to fil...Brian Rosner2009-05-242-1/+7
* Fixed #11188 -- Removed incorrect doc note about step being unsupported when ...Karen Tracey2009-05-231-2/+1
* Fixed #10867: make the makemessages command ignore files and only process dir...Jacob Kaplan-Moss2009-05-201-2/+4
* Fixed #11134: signals recievers that disconnect during their processing no lo...Jacob Kaplan-Moss2009-05-202-73/+126
* Polish translation updated.Jarek Zgoda2009-05-202-20/+44
* Modified a test from r10787 so that the comparison order is reliable. Thanks ...Russell Keith-Magee2009-05-201-1/+1
* Fixed #11149 -- Don't call save_form_data on file-type fields multiple times ...Karen Tracey2009-05-193-5/+27
* Fixed #11116 -- Corrected the deletion of proxy objects. Thanks to Samuel Ada...Russell Keith-Magee2009-05-192-1/+10
* Fixed #9308 -- Corrected the updated of nullable foreign key fields when dele...Russell Keith-Magee2009-05-192-5/+17