Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fixed #15910 -- Show delete links for all admin inline fo...ticket_15910.oldArthur de Jong2013-06-021-41/+47
* Fixed admindoc template errors introduced by 02fd87c821.Simon Charette2013-06-023-29/+32
* Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham2013-06-021-1/+5
* Updated contrib.admindocs translation templateClaude Paroz2013-06-011-1/+176
* Fixed #20540 -- Added more translatable strings to contri...Claude Paroz2013-06-019-50/+48
* Fixed #18681 -- BaseModelAdmin.get_form and InlineModelAd...Loic Bistuer2013-05-311-8/+8
* Merge pull request #1232 from fusionbox/normalize_emailClaude Paroz2013-05-312-2/+2
|\
| * Don't hard-code class names when calling static methodsGavin Wahl2013-05-302-2/+2
* | Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham2013-05-301-1/+5
* | Fixed #20331 -- Allowed admin actions to serve StreamingH...Tim Graham2013-05-291-4/+5
* | Fixed #15653 - Error in admin pagination tag.Tim Graham2013-05-291-1/+1
|/
* Fixed #20182 - admin lookup should treat 0 as False for _...Tim Graham2013-05-271-2/+2
* Fixed #12491 -- Tweak checkbox widget help text alignment...Ramiro Morales2013-05-271-1/+1
* Reimplemented PostGIS spatial_version with cached_propertyClaude Paroz2013-05-271-46/+35
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-2710-20/+18
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-2611-30/+101
* Updated translation catalogsClaude Paroz2013-05-253-46/+54
* Fixed some minor translation-related issuesClaude Paroz2013-05-251-0/+1
* Fixed #20455 -- Do not use ngettext for undefined pluralsMarc Egli2013-05-256-6/+6
* Rotate CSRF token on loginAndrew Godwin2013-05-242-1/+41
* Fixed #17648 -- Add `for_concrete_model` to `GenericForei...Gavin Wahl2013-05-241-10/+22
* (Re-)moved some importsClaude Paroz2013-05-211-1/+0
* Fixed #17308 -- Enabled the use of short_description on p...Wiktor Kolodziej2013-05-211-2/+8
* Made 2d309a70 compatible with Python 3.Aymeric Augustin2013-05-191-1/+1
* Merge pull request #1178 from bmispelon/masterRussell Keith-Magee2013-05-191-4/+9
|\
| * Fix test failure introduced by 980ae2ab29.Baptiste Mispelon2013-05-191-4/+9
* | Fixed #15961 -- Modified ModelAdmin to allow for custom s...Bozidar Benko2013-05-192-28/+35
|/
* Fix #19664 -- Illegal Characters In Session Key Give Fata...Erik Romijn2013-05-192-4/+11
* Fix #20447: URL names given to contrib.auth.views are now...Baptiste Mispelon2013-05-193-60/+174
* Merge pull request #1130 from vdboor/issue_20442_get_for_idAndrew Godwin2013-05-192-2/+11
|\
| * Fix NoneType error when fetching a stale ContentType with...Diederik van der Boor2013-05-182-2/+11
* | Fixed #20126 -- XViewMiddleware moved to django.contrib.a...Łukasz Langa2013-05-191-0/+23
* | Fixed #12674 -- provide a way to override admin validationHonza Kral2013-05-193-370/+408
* | Typo in commentPeter Inglesby2013-05-191-1/+1
* | Updated contrib.humanize translation templateClaude Paroz2013-05-181-15/+21
* | Fixed #20246 -- Added non-breaking spaces between values ...Emil Stenström2013-05-182-19/+25
|/
* Fixed #13285: populate_xheaders breaks cachingŁukasz Langa2013-05-181-2/+0
* Slightly reworked imports in contrib.auth.__init__Claude Paroz2013-05-181-5/+4
* Fixed #18998 - Prevented session crash when auth backend ...Jorge Bastida2013-05-182-2/+55
* Fixed #20432 -- Test failure in admin_views.Jacob Burch2013-05-181-0/+2
* Replaced an antiquated pattern.Aymeric Augustin2013-05-177-8/+8
* Remove unnecessary and problematic parent class from Succ...Preston Holmes2013-05-171-2/+1
* Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz2013-05-178-20/+756
* Fixed #20357 -- Allow empty username field label in `Auth...Mark Huang2013-05-162-1/+22
* Fixed misleading heading on admindocs models page; refs #...Tim Graham2013-05-161-1/+1
* Fixed #20415 -- Ensured srid is not localized in openlaye...Claude Paroz2013-05-161-1/+1
* Fix bug introduced in contrib.gis in 74f3884ae0Mike Fogel2013-05-151-2/+2
* Fixed #20413 - Respect Query.get_meta()Mike Fogel2013-05-151-2/+2
* Fixed previous commit. (Don't commit from DjangCon!)Florian Apolloner2013-05-151-2/+0
* Don't unregister OSMGeoAdmin, other tests rely on it.Florian Apolloner2013-05-151-2/+1