Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django
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
* Fixed #20337 -- Clarified error message when database rel...Dan Loewenherz2013-06-011-4/+2
* Added minor splitting optimization in django.utils.ipv6._...Danilo Bargen2013-06-011-2/+1
* 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 #18481 -- Wrapped request.FILES read error in Unrea...Claude Paroz2013-06-011-2/+8
* Fixed #18169 -- NoReverseMatch not silenced if from block...Anssi Kääriäinen2013-05-311-2/+1
* Fixed #20404 -- Added a keys() method to ContextList.Chris Wilson2013-05-311-0/+10
* Improved the usage message of the test command.René Fleschenberg2013-05-311-1/+1
* 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
* | Added missing stacklevel arg in forms/models.pyClaude Paroz2013-05-301-1/+1
* | Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham2013-05-301-1/+5
* | Merge pull request #1027 from intgr/debug_no_exc_messageTim Graham2013-05-301-2/+2
|\ \
| * | Clearer explanation when exception has no messageMarti Raudsepp2013-04-231-2/+2
* | | Fixed #16856 - Added a way to clear select_related.Tim Graham2013-05-301-1/+5
* | | Fixed #20272 - Moved update_fields existence check into M...Tim Graham2013-05-301-11/+11
* | | Fixed #20509 - Proper parsing for dumpdata --pks option.Tim Graham2013-05-301-3/+4
* | | Fixed #16436 -- defer + annotate + select_related crashTai Lee2013-05-301-1/+2
* | | Fixed #20331 -- Allowed admin actions to serve StreamingH...Tim Graham2013-05-291-4/+5
* | | Fixed #15697 -- Made sqlindexes aware of auto-created tablesClaude Paroz2013-05-291-2/+2
* | | Fixed #15653 - Error in admin pagination tag.Tim Graham2013-05-291-1/+1
* | | Fixed #20484 -- Added model validation for GenericIPAddre...Tim Graham2013-05-281-0/+2
| |/ |/|
* | Fixed #20503 - Moved doctest utilities in with the rest o...Carl Meyer2013-05-272-79/+70
* | Fixed #20014 -- implemented get_key_columns() for OracleShai Berger2013-05-271-0/+12
* | Fixed #20182 - admin lookup should treat 0 as False for _...Tim Graham2013-05-271-2/+2
* | Fixed #11603 - Added django.test.SimpleTestCase.assertFor...Tim Graham2013-05-271-0/+77
* | Fixed #20501 -- failure of datetime queries with timezone...Shai Berger2013-05-271-3/+4
* | Fixed #16137 - Removed kwargs requirement for QuerySet.ge...Tim Graham2013-05-271-2/+0
* | Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham2013-05-271-2/+5
* | Fixed #20507 -- SubqueryConstraint alias handlingAnssi Kääriäinen2013-05-271-2/+1
* | 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
* | Fixed #20507 -- SubqueryConstraint alias relabelingAnssi Kääriäinen2013-05-272-6/+8
* | Merge pull request #1217 from erikr/better-settings-errors2Claude Paroz2013-05-271-1/+4
|\ \
| * | Fixed #20443 -- Import errors in settings cause confusing...Erik Romijn2013-05-251-1/+4
* | | Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-2723-37/+35
* | | Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-2622-48/+199
|/ /
* | Fixed #19938 -- Consumed iterator only once in paginator'...Andrew Jesaitis2013-05-251-1/+3
* | Fixed #20296 -- Allowed SafeData and EscapeData to be lazyBaptiste Mispelon2013-05-251-3/+7
* | Fixed #11725 -- Made possible to create widget label tag ...Claude Paroz2013-05-251-3/+4
* | Updated translation catalogsClaude Paroz2013-05-254-134/+154
* | Fixed some minor translation-related issuesClaude Paroz2013-05-252-1/+2
* | Fixed #20455 -- Do not use ngettext for undefined pluralsMarc Egli2013-05-256-6/+6
* | Removed obsolete attribute of DjangoTranslationClaude Paroz2013-05-251-1/+0
* | Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMidd...Claude Paroz2013-05-251-9/+15
* | Fixed #14825 -- LocaleMiddleware keeps languageVlastimil Zíma2013-05-251-0/+4