Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
2c3ce26b
Kaydet (Commit)
2c3ce26b
authored
May 01, 2015
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #24676 -- Fixed help text positioning in ``contrib.admin`` filter_* widgets.
üst
08c980d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
widgets.css
django/contrib/admin/static/admin/css/widgets.css
+3
-0
1.8.1.txt
docs/releases/1.8.1.txt
+4
-0
No files found.
django/contrib/admin/static/admin/css/widgets.css
Dosyayı görüntüle @
2c3ce26b
...
...
@@ -609,6 +609,9 @@ ul.orderer li.deleted:hover, ul.orderer li.deleted a.selector:hover {
}
/* RELATED WIDGET WRAPPER */
.related-widget-wrapper
{
overflow
:
hidden
;
/* clear floated contents */
}
.related-widget-wrapper-link
{
opacity
:
0.3
;
...
...
docs/releases/1.8.1.txt
Dosyayı görüntüle @
2c3ce26b
...
...
@@ -80,6 +80,10 @@ Bugfixes
* Fixed ``makemessages`` crash in some locales (:ticket:`23271`).
* Fixed help text positioning of ``contrib.admin`` fields that use the
``ModelAdmin.filter_horizontal`` and ``filter_vertical`` options
(:ticket:`24676`).
Optimizations
=============
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment