summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2011-09-15Fixed #16854 -- corrected an AttributeError coming from the contenttypes post...Alex Gaynor
2011-09-13Fixed #16778 -- Improved escaping of geometries on PostgreSQL, allowing GeoDj...Justin Bronn
2011-09-13Fixed #4198 -- Fixed a small styling issue in the admin calendar widget. Than...Julien Phalip
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-11Fixed #16231 -- Added support for GML and KML on the SpatiaLite backend. Tha...Justin Bronn
2011-09-11Fixed #15305 -- Made `Count` aggregate and `.values()` play nice together on ...Justin Bronn
2011-09-10Fixed #14648 -- Fixed annotated date querysets when `GeoManager` is used. Th...Justin Bronn
2011-09-10Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_...Alex Gaynor
2011-09-10Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis....Justin Bronn
2011-09-10Fixed #16537 -- Fixed multi-db issues with GeoDjango utilities. Thanks, Shan...Justin Bronn
2011-09-10Fixed #16790 -- Modified the geographic admin to work after r16594. Thanks, ...Justin Bronn
2011-09-10Corrected an issue which could allow attackers to manipulate session data usi...Russell Keith-Magee
2011-09-10Fixed #13670 -- Comparisons with the spatial adapter won't blow up in some co...Justin Bronn
2011-09-09Removed extra call to `syncdb` that slipped in with r16749.Justin Bronn
2011-09-09Fixed #16408 -- Fixed conversion of dates, and other problems with the Spatia...Justin Bronn
2011-09-09Switch to using explicit new-style division behavior, rather than relying on ...Alex Gaynor
2011-09-09Fixed a brittle test in the `LayerMapping` tests.Justin Bronn
2011-09-09Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin vo...Jannis Leidel
2011-09-09Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...Alex Gaynor
2011-09-09Fixed #16042 -- Use the content types caching in the comments contrib app. Th...Jannis Leidel
2011-09-09Fixed a bunch of imports of the email stdlib module now that we are on Python...Jannis Leidel
2011-09-08Fixed #16404 -- Fixed a regression in the localization changes in the humaniz...Jannis Leidel
2011-09-08Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...Jannis Leidel
2011-09-03`is` should not be used on primitive objects, use == instead, correctly.Alex Gaynor
2011-09-03Fixed #16412 -- Prevented a `contrib.auth` test from failing in the potential...Julien Phalip
2011-08-31Fixed #16059 -- Improved the usability of the admin's vertical and horizontal...Julien Phalip
2011-08-30Fixed indentation introduced in r16706.Jannis Leidel
2011-08-28Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev < ganda...Julien Phalip
2011-08-28Fixed #16716 -- Fixed two small regressions in the development version introd...Julien Phalip
2011-08-26Further improved on the work done in r16622 by making the help text icons loo...Julien Phalip
2011-08-25Fixed a small admin CSS issue where the "Save and continue editing" and "Save...Julien Phalip
2011-08-23Reverted r16662 -- There are bunch of problems with this patch, including fai...Russell Keith-Magee
2011-08-23Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev <gandal...Russell Keith-Magee
2011-08-22Removed unused admin Javascript functions from source.Malcolm Tredinnick
2011-08-17Fixed #8190 -- Added support for a field's help text to the tabular admin inl...Jannis Leidel
2011-08-17Removing the old url resolution method in contrib.auth.admin.UserAdmin which ...Chris Beaven
2011-08-15Fixed #15206 -- Added select_related call to the permissions field of the Gro...Jannis Leidel
2011-08-15Fixed #16631 -- Fixed embarrassing typo introduced in r16617. Thanks, Andi Al...Jannis Leidel
2011-08-14Fixed #16629 -- Relaxed check for STATIC_ROOT and STATIC_URL settings slightl...Jannis Leidel
2011-08-13Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated whe...Jannis Leidel
2011-08-12Fixed #16573 -- Corrected a regression in the admindocs app's view overview i...Jannis Leidel
2011-08-12Fixed #4617 -- Added `raise_exception` option to `permission_required` decora...Jannis Leidel
2011-08-12Fixed #15907 -- Fixed another conflict between the ModelForm exclude and the ...Jannis Leidel
2011-08-12Fixed #14496 -- Fixed conflict between ModelForm exclude and ModelAdmin reado...Jannis Leidel
2011-08-12Fixed #16438 -- Corrected whitespace in admin models module. Thanks, philipki...Jannis Leidel
2011-08-12Fixed #16387 -- Disabled localization in openlayers template. Thanks, claudep.Jannis Leidel
2011-08-12Fixed #16604 -- Use new save_related hook when saving objects on the changeli...Jannis Leidel
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-08-12Added with_statement Python 2.5 compatibility import missed in [16594]. Thank...Ramiro Morales
2011-08-11Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...Jannis Leidel