-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passage à Django 1.9 #3245
Closed
Closed
Passage à Django 1.9 #3245
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
fc260a6
Model._meta.module_name --> Model._meta.model_name
SpaceFox d6338b8
Suppression du module inutilisé "django.contrib.sites"
SpaceFox 26692d5
Django 1.8: Déclarer le dossier de fixtures par défaut lance une erreur
SpaceFox a9fc536
Suppression d'une relation erronée
SpaceFox d5b9d7c
Utilisation d'une API privée qui a changée de package
SpaceFox b9bc35e
Passage à Django 1.8 minimal (il reste plein de warnings mais ça marche)
SpaceFox 6d6768d
Une relation N..M nullable n'a pas de sens
SpaceFox 220c732
RedirectView.permanent va changer de valeur --> on la fixe
SpaceFox a42cffd
django.utils.tzinfo est obsolète, remplacé par django.utils.timezone
SpaceFox e73f376
maj de django uuslug pour compatibilité django 1.8
artragis 285c9be
enlève les alertes django et répare les migrations
artragis 9f6448e
enlève les alertes django et répare les migrations
artragis 8b6c9bc
maj des modules qui annoncent la compatibilités django 1.8 à partir d…
artragis e502585
on passe à django 1.8.6 directement
artragis 9bf5ad3
ajoute une migration qui semblait manquante
artragis 4a95fdb
Passage du numero de version de Django a 1.9
gustavi bc00411
Mise jour des dependances pour Django 1.9
gustavi 081590c
Suppression des null=True des M2M car inutiles depuis Django 1.5
gustavi fd4c3dc
Modification temporaire des versions de dependances pour compatibilite
gustavi d285c0a
Change le format des ulrpatterns
gustavi 063a86d
Utilisations de vues dans url() (str supprimees dans Django 1.10)
gustavi 74a489d
Les urls.py suivent maintenant la PEP-8
gustavi dccd7ef
Changement d'import pour csrf
gustavi ca4d5ec
Change la gestion des templates dans le settings.py
gustavi 9bfb8f9
Modification temporaire de la version de django_model_utils pour fair…
gustavi dfe4525
Correction de tous les reverse()
gustavi 9acc272
Correction d'un import
gustavi e6a86c3
Suppression de get_cache()
gustavi 3e744dc
Mise jour temporaire de django-cors-headers
gustavi cd42d06
Correction de la syntaxe des chemins des templates
gustavi 2466bb2
Correction des balises {% url %} dans les templates
gustavi 70a5d5f
Correction des imports des context processors dans les options de TEM…
gustavi a0ac88a
Met jour temporairement la version de cripsy
gustavi 980a9b7
Changement de noms de parametres de configuration pour REST_FRAMEWORK
gustavi cf856eb
corrige les erreurs de tutorialv2 et munin
artragis c884bdf
Suppression d'une migration inutile
gustavi df67953
Mise a jour de dependance compatibles django 1.9
gustavi 89952fa
règle la migration et les avertissements de template du forum
artragis b91ed2b
avertissement view du forum
artragis e13b053
enlève les avertissement sur le get_form de member
artragis 530509e
enlève les avertissement sur le get_form de mp
artragis 870c040
enlève les avertissement sur le get_form de featured
artragis 35d1b48
fix la dernière erreur dans les galleries
artragis 772ecfb
Passage a Django 1.9.1
gustavi cedc567
Correction d'un nom d'url
gustavi c1ae58a
Corrige les tests de l'API
gustavi 452bb89
Corrige les erreurs des tests des membres
gustavi 7bb8a72
Corrige les erreurs des tests des mp
gustavi 0fd86bd
Corrige les erreurs des tests des contenus
gustavi 8798768
Correction des URL de la recherche
gustavi e4fc170
Ajout de 2 migrations manquantes
gustavi 8e51e7f
Suppression de fichiers des modules supprimes
gustavi 08493cb
Mise a jour de django-munin
gustavi 9a926a8
Regle le soucis pour Travis et MySQL (merci @DevHugo)
gustavi b461123
Mise a jour de dependences
gustavi a882bc8
Corrige les tests des formulaires de member
gustavi 508bef3
Change deprecied pagination
gustavi 680a706
Mise a jour des dependences pour Django 1.9
gustavi f13d9c4
Correction de PEP-8
gustavi 6af4975
Mise a jour de crispy-form
gustavi 90232e9
Change django-cors-header by django-cors-middleware
gustavi 232a4bc
fix(api): Supports DRF 3.3.x in the API.
GerardPaligot 31988c4
Corrections PEP-8
gustavi cc79314
Mise a jour temporaire de django-haystack
gustavi 8890f61
Ajout des informations pour la mise en prod de la v17
gustavi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
PyYAML==3.11 | ||
django-debug-toolbar==1.3.0 | ||
django-debug-toolbar==1.4 | ||
flake8==2.4.0 | ||
autopep8==1.1.1 | ||
sphinx==1.3.1 | ||
sphinx_rtd_theme==0.1.8 | ||
sphinx==1.2.3 | ||
sphinx_rtd_theme==0.1.6 | ||
fake-factory==0.5.0 | ||
mock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{% comment %} | ||
THIS IS A TEMP FIX FOR DJANGO-CRISPY-FORM, please remove it when | ||
https://github.com/maraujop/django-crispy-forms/pull/551 will be merged and include in a release | ||
{% endcomment %} | ||
|
||
<div {% if buttonholder.css_id %}id="{{ buttonholder.css_id }}"{% endif %} | ||
class="buttonHolder{% if buttonholder.css_class %} {{ buttonholder.css_class }}{% endif %}"> | ||
{{ fields_output|safe }} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ca vient d'où ? Comment pouvons-nous savoir que c'est pas une dépendance foireuse ? :/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ça vient de "haystack est trop lent à réagir alors on utilise
temporairement le dépôt de gustavi".
En tout cas c'est approuvé par @SpaceFox.
Le 17/01/2016 17:26, Gérard Paligot a écrit :
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je ne vois aucune PR de @gustavi sur le dépôt de haystack. S'il a une version compatible Django 1.9, ça serait bien de faire la PR au moins et pour qu'on puisse voir que tout est au vert sur la dépendance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
j'ai tendance à dire que :
django-haystack/django-haystack#1277 est la
bonne chose
Le 17/01/2016 17:31, Gérard Paligot a écrit :
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mariocesar/django-haystack#1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il n'y a aucun risque pour ZdS ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Si c'est rouge, c'est sans doute pas pour faire jolie. @SpaceFox tu es vraiment ok avec ça ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non, la modification doit être propre même si elle est de notre côté.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'attends qu'il merge ma PR mais c'est pas un violent lui non plus.
En tous cas la recherche fonctionne. Sinon tout le reste est testable alors go QA.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ping le la ou tu as fait la PR. On reçoit pas de mail de mémoire quand on a une pr sur son repo.
acdha c'est le mainteneur principal du projet de django-haystack