Skip to content

Commit dd118d1

Browse files
committed
Polish translation improvements from Crowdin
1 parent 86358ef commit dd118d1

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pl/django_models/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ Django przygotował dla nas plik z migracjami, które musimy zastosować teraz d
192192
Operations to perform:
193193
Apply all migrations: blog
194194
Running migrations:
195-
Rendering model states... DONE
196195
Applying blog.0001_initial... OK
197196

198197

pl/extend_your_application/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ W pliku `blog/urls.py` stwórzmy adres URL wskazujący na *widok* o nazwie `post
5959
{% filename %}{{ warning_icon }} blog/urls.py{% endfilename %}
6060

6161
```python
62-
from django.conf.urls import url
62+
from django.urls import path
6363
from . import views
6464

6565
urlpatterns = [

0 commit comments

Comments
 (0)