Maxim Danilov

(danilovmy)

Most Active Role

N/A

Most Active Component

N/A

Activity Timeline

[No data in this time period]

Components

[No data in this time period]

Tickets

Trac Ticket (35) Reporter (35) Owner (0) Commenter (20) Summary Component
34317 34317 3 wrong attribute naming in method BaseModelFormSet.save_existing Forms
33994 33994 1 wrong position of {% block extrastyle %} in admin/base.html contrib.admin
34030 34030 1 add SystemCheckError for LocaleMiddleware Core (Management commands)
33825 33825 1 Stop allowing 'django.db.backends.postgresql_psycopg2' in DATABASES Database layer (models, ORM)
33805 33805 1 SelectMultiple in ModelAdminForm display help text when allow_multiple_selected is False. contrib.admin
33028 33028 2 ModelAdmin.init has self.opts, but it still nowerewhere else in django.admin.contrib.options not used contrib.admin
33703 33703 2 ModelAdmin.get_fields wrong work with ModelAdmin.fieldsets statement contrib.admin
33694 33694 1 GeoDjango tutorial documentation error. GIS
33695 33695 1 new issue creation Error reporting
33621 33621 Remove "alternate" and change "schema" in sitemaps. contrib.sitemaps
33574 33574 1 SlugField in formfield_overrides contrib.admin
33524 33524 ModelAdmin with defined radio_fields override empty_label contrib.admin
33527 33527 Remove unnecessary code in ModelAdmin._changeform_view(). contrib.admin
33528 33528 Add an option in ModelAdmin to validate data without saving anything. contrib.admin
33523 33523 remove dangerous text from translated message about csrf error CSRF
33525 33525 decorator @html_safe removes completely old class.__str__ method. Utilities
33445 33445 MultiWidget doesn't call subwidgets' render() methods. Forms
33300 33300 Hidden fields are visible on small screens. contrib.admin
33394 33394 1 Adding inlines doesn't work with a manually crafted HTML. contrib.admin
33316 33316 History view should be paginated by default. contrib.admin
33276 33276 Strange difference for prefetched_objects between related_field.remove, m2m_related_field.remove and generic_related_field.remove. Database layer (models, ORM)
33270 33270 Wrong static translations, for example "Remove" and "Delete" Internationalization
33235 33235 Remove "for = ..." from MultiWidget's <label>. Forms
33221 33221 AdminSite.each_context() collected app_list always, for every user and view. contrib.admin
33110 33110 1 django.contrib.admin.templates base.html load i18n two times contrib.admin
32181 32181 ModelBackend used hardcoded global variable UserModel that cannot be overrided. contrib.auth
29433 29433 templatefilter "make_list" should receive a optional split variable Template system
29437 29437 Formset.media collect Form.Media and Field.widget.media not correct Forms
29438 29438 Add form_callback argument for formset_factory Forms
29436 29436 1 admin change_form.html in prepopulated_fields_js template tag always call second time every empty_form in inline_admin_formset contrib.admin
29439 29439 InlineAdminFormSet worked with forms array, but don't asks fieldset from every form in array contrib.admin
29434 29434 model_to_dict should work with prefix Database layer (models, ORM)
29432 29432 1 Allow passing an integer to the slice template filter Template system
29431 29431 1 inline_admin should have possibility don't generate empty inline form. contrib.admin
29435 29435 1 2 copies FormWizard in the same browser don't work correctly Forms