Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #25378 -- Improved tab through experience in admin.Ryan Allen2015-09-234-43/+90
* Fixed #25448 -- Eased GISLookup subclassing with custom l...Claude Paroz2015-09-231-2/+8
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-221-6/+5
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-211-6/+5
* Fixed #15760 -- Added JavaScript events for admin inline ...ramez2015-09-212-9/+11
* Fixed #24688 -- Added Oracle support for new-style GIS fu...Jani Tiainen2015-09-214-27/+119
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-213-12/+6
* Fixed #24944 -- Added extra_email_context parameter to pa...sujayskumar2015-09-192-3/+7
* Fixed #13110 -- Added support for multiple enclosures in ...Unai Zalakain2015-09-191-9/+13
* Fixed #25400 -- Fixed regression in nonexistent features ...Daniel Hahler2015-09-171-3/+2
* Refs #25294 -- Moved BoundField to django.forms.boundfield.Moritz Sichert2015-09-161-1/+1
* Refs #25149 -- Fixed regression in admin datetime widget ...Gavin Wahl2015-09-161-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-128-15/+76
* Fixed #25374 -- Made ModelAdmin checks work on instances ...Malcolm Box2015-09-114-276/+277
* Fixed #25135 -- Deprecated the contrib.admin allow_tags a...Ola Sitarska2015-09-093-10/+24
* Fixed #25350 -- Added alias --no-input for --noinput to m...Raphael Michel2015-09-082-2/+3
* Fixed #24917 -- Made admindocs display model methods that...Zan Anderle2015-09-072-8/+56
* Fixed #25365 -- Fixed visual issues in filter_vertical wi...elky2015-09-071-7/+7
* Fixed #11544 -- Removed !important rules in contrib.admin...elky2015-09-075-109/+57
* Fixed #25353 -- Changed LogEntry.action_time to a "date c...Tim Graham2015-09-042-5/+38
* Removed unused CSS in contrib.admin.elky2015-09-042-155/+0
* Fixed #25348 -- Removed unused gif/png images from contri...elky2015-09-0462-37/+39
* Refs #25345 -- Updated links to code.google.com.Maxime Lorant2015-09-042-6/+6
* Fixed #25320 -- Reverted ManyToManyField.null to False fo...Tim Graham2015-09-011-2/+10
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-316-10/+0
* Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2.Keryn Knight2015-08-312-1/+22
* Fixed #25289 -- Updated admin's jQuery to 2.1.4.Tim Graham2015-08-313-2476/+1346
* Fixed #25324 -- Registered ModelAdmin instances with @adm...Y3K2015-08-314-9/+5
* Fixed #25262 -- Removed the enable_comments field from Fl...Y3K2015-08-291-3/+5
* Fixed #25323 -- Fixed selenium test failures with chromed...Tim Graham2015-08-281-0/+7
* Fixed #25299 -- Fixed crash with ModelAdmin.list_display ...Tim Graham2015-08-281-1/+6
* Fixed #20597 -- Replaced admin GIF/PNG icons by SVGelky2015-08-2728-107/+291
* Fixed #22634 -- Made the database-backed session backends...Sergey Kolosov2015-08-276-66/+107
* Fixed #24201 -- Added order_with_respect_to support to Ge...Alex Hill2015-08-271-1/+31
* Refs #12400 -- Added supports_geometry_field_unique_index...Jani Tiainen2015-08-202-0/+4
* Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham2015-08-195-39/+8
* Corrected inconsistent indentation in django/contrib/admi...Pedro Maltez2015-08-181-4/+4
* Fixed typo in django/contrib/admin/static/admin/js/urlify...Pedro Maltez2015-08-181-1/+1
* Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham2015-08-181-1/+1
* Fixed #25267 -- Corrected message for admin.E122 system c...Fabrizio Ettore Messina2015-08-131-2/+9
* Removed deprecated GeoManager from inspectdb/ogrinspect o...Tim Graham2015-08-102-16/+0
* Fixed #25160 -- Moved unsaved model instance data loss ch...Tim Graham2015-08-101-7/+0
* Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham2015-08-082-2/+2
* Fixed #25233 -- Fixed HStoreField.has_changed() handling ...Tim Graham2015-08-071-7/+8
* Refs #25163 -- Added trimmed option to recent blocktrans ...Claude Paroz2015-08-071-1/+1
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ...Caio Ariede2015-08-075-7/+5
* Fixed #25226 -- Set the model attribute on ArrayField's b...Ion Scerbatiuc2015-08-051-0/+4
* Fixed #25215 -- Solved reference to forms.HStoreField in ...Curtis Maloney2015-08-041-1/+1
* Fixed #25206 -- Fixed error message when checking a Model...Alasdair Nicol2015-08-031-1/+1
* Made the @register decorator importable from contrib.gis....aroche2015-08-031-4/+4